Html Css Color HEX #C466CA Fuchsia

📋 copy color: '#C466CA'

red 196 ◦ green 102 ◦ blue 202

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

Shades of Fuchsia #C466CA

Tints of Fuchsia #C466CA

RGB

 RED value IS 196 (76.95% from 255) = 39.2%

 GREEN value IS 102 (40.23% from 255) = 20.4%

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

R = 39.2%
G = 20.4%
B = 40.4%

CMYK

 C value IS 0.03

 M value IS 0.50

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C466CA (or 0xC466CA) is known color: Fuchsia. HEX triplet: C4, 66 and CA. RGB value is (196,102,202). Sum of RGB (Red+Green+Blue) = 196+102+202=500 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.2% from 500); Green value is 102 (40.23% from 255 or 20.4% from 500); Blue value is 202 (79.30% from 255 or 40.4% from 500); Max value from RGB is 202 - color contains mainly: blue. Hex color #C466CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C466CA is #3B9935. Grayscale: #8D8D8D. Windows color (decimal): -3905846 or 13264580. OLE color: 13264580.

HSL color Cylindrical-coordinate representation of color #C466CA: hue angle of 296.4º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C466CA is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 196 102 202 -
CMYK 0.03 0.50 0 0.21
HSL 296.4º 0.49% 0.6% -
HSV(B) 296.4º 0.5% 0.79% -
XYZ 38.18 25.5 58.79 -
YUV 141.51 162.14 166.87 -
System Red Green Blue C M Y K H S L
Decimal 196 102 202 0.03 0.50 0 0.21 296.4 0.49 0.6
Hex C4 66 CA 3 32 0 15 128 31 3C
Octal 304 146 312 3 62 0 25 450 61 74
Binary 11000100 1100110 11001010 11 110010 0 10101 100101000 110001 111100

Color Harmonies of #C466CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C466CA

Black with #C466CA

Text Example


Text Example

White with #C466CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C466CA; }

 p { color: rgb(196,102,202); }

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

background-color css

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

 a { background-color: rgb(196,102,202); }

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

border-color css

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

 span { border-color: rgb(196,102,202); }

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