Html Css Color HEX #C445CC Fuchsia

📋 copy color: '#C445CC'

red 196 ◦ green 69 ◦ blue 204

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

Shades of Fuchsia #C445CC

Tints of Fuchsia #C445CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.5%

R = 41.79%
G = 14.71%
B = 43.5%

CMYK

 C value IS 0.04

 M value IS 0.66

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C445CC (or 0xC445CC) is known color: Fuchsia. HEX triplet: C4, 45 and CC. RGB value is (196,69,204). Sum of RGB (Red+Green+Blue) = 196+69+204=469 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.79% from 469); Green value is 69 (27.34% from 255 or 14.71% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 204 - color contains mainly: blue. Hex color #C445CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C445CC is #3BBA33. Grayscale: #797979. Windows color (decimal): -3914292 or 13387204. OLE color: 13387204.

HSL color Cylindrical-coordinate representation of color #C445CC: hue angle of 296.44º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C445CC is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 196 69 204 -
CMYK 0.04 0.66 0 0.2
HSL 296.44º 0.57% 0.54% -
HSV(B) 296.44º 0.66% 0.8% -
XYZ 35.79 20.35 59.17 -
YUV 122.36 174.08 180.52 -
System Red Green Blue C M Y K H S L
Decimal 196 69 204 0.04 0.66 0 0.2 296.44 0.57 0.54
Hex C4 45 CC 4 42 0 14 128 39 36
Octal 304 105 314 4 102 0 24 450 71 66
Binary 11000100 1000101 11001100 100 1000010 0 10100 100101000 111001 110110

Color Harmonies of #C445CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C445CC

Black with #C445CC

Text Example


Text Example

White with #C445CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C445CC; }

 p { color: rgb(196,69,204); }

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

background-color css

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

 a { background-color: rgb(196,69,204); }

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

border-color css

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

 span { border-color: rgb(196,69,204); }

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