Html Css Color HEX #C447CA Fuchsia

📋 copy color: '#C447CA'

red 196 ◦ green 71 ◦ blue 202

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

Shades of Fuchsia #C447CA

Tints of Fuchsia #C447CA

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.14%

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

R = 41.79%
G = 15.14%
B = 43.07%

CMYK

 C value IS 0.03

 M value IS 0.65

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C447CA (or 0xC447CA) is known color: Fuchsia. HEX triplet: C4, 47 and CA. RGB value is (196,71,202). Sum of RGB (Red+Green+Blue) = 196+71+202=469 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.79% from 469); Green value is 71 (28.12% from 255 or 15.14% from 469); Blue value is 202 (79.30% from 255 or 43.07% from 469); Max value from RGB is 202 - color contains mainly: blue. Hex color #C447CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C447CA is #3BB835. Grayscale: #7A7A7A. Windows color (decimal): -3913782 or 13256644. OLE color: 13256644.

HSL color Cylindrical-coordinate representation of color #C447CA: hue angle of 297.25º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C447CA is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 196 71 202 -
CMYK 0.03 0.65 0 0.21
HSL 297.25º 0.55% 0.54% -
HSV(B) 297.25º 0.65% 0.79% -
XYZ 35.68 20.51 57.95 -
YUV 123.31 172.41 179.85 -
System Red Green Blue C M Y K H S L
Decimal 196 71 202 0.03 0.65 0 0.21 297.25 0.55 0.54
Hex C4 47 CA 3 41 0 15 129 37 36
Octal 304 107 312 3 101 0 25 451 67 66
Binary 11000100 1000111 11001010 11 1000001 0 10101 100101001 110111 110110

Color Harmonies of #C447CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C447CA

Black with #C447CA

Text Example


Text Example

White with #C447CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C447CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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