Html Css Color HEX #C145CA Fuchsia

📋 copy color: '#C145CA'

red 193 ◦ green 69 ◦ blue 202

#C145CA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #C145CA

Tints of Fuchsia #C145CA

RGB

 RED value IS 193 (75.78% from 255) = 41.59%

 GREEN value IS 69 (27.34% from 255) = 14.87%

 BLUE value IS 202 (79.3% from 255) = 43.53%

R = 41.59%
G = 14.87%
B = 43.53%

CMYK

 C value IS 0.04

 M value IS 0.66

 Y value IS 0

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C145CA (or 0xC145CA) is known color: Fuchsia. HEX triplet: C1, 45 and CA. RGB value is (193,69,202). Sum of RGB (Red+Green+Blue) = 193+69+202=464 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.59% from 464); Green value is 69 (27.34% from 255 or 14.87% from 464); Blue value is 202 (79.30% from 255 or 43.53% from 464); Max value from RGB is 202 - color contains mainly: blue. Hex color #C145CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C145CA is #3EBA35. Grayscale: #787878. Windows color (decimal): -4110902 or 13256129. OLE color: 13256129.

HSL color Cylindrical-coordinate representation of color #C145CA: hue angle of 295.94º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C145CA is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 193 69 202 -
CMYK 0.04 0.66 0 0.21
HSL 295.94º 0.56% 0.53% -
HSV(B) 295.94º 0.66% 0.79% -
XYZ 34.78 19.86 57.88 -
YUV 121.24 173.58 179.19 -
System Red Green Blue C M Y K H S L
Decimal 193 69 202 0.04 0.66 0 0.21 295.94 0.56 0.53
Hex C1 45 CA 4 42 0 15 128 38 35
Octal 301 105 312 4 102 0 25 450 70 65
Binary 11000001 1000101 11001010 100 1000010 0 10101 100101000 111000 110101

Color Harmonies of #C145CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C145CA

Black with #C145CA

Text Example


Text Example

White with #C145CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C145CA; }

 p { color: rgb(193,69,202); }

 H1.HeaderClassName
 {
   color: #C145CA;
 }
 .AnyTagClassName
 {
   color: #C145CA;
 }
</style>

background-color css

<style>
 a { background-color: #C145CA; }

 a { background-color: rgb(193,69,202); }

 div.DivClassName
 {
   background-color: #C145CA;
 }
 .BgClassName
 {
   background-color: #C145CA;
 }
</style>

border-color css

<style>
 span { border-color: #C145CA; }

 span { border-color: rgb(193,69,202); }

 td.TdClassName
 {
   border-color: #C145CA;
 }
 .TagClassName
 {
   border-color: #C145CA;
 }
</style>