Html Css Color HEX #C45CCC Fuchsia

📋 copy color: '#C45CCC'

red 196 ◦ green 92 ◦ blue 204

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

Shades of Fuchsia #C45CCC

Tints of Fuchsia #C45CCC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.7%

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

R = 39.84%
G = 18.7%
B = 41.46%

CMYK

 C value IS 0.04

 M value IS 0.55

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C45CCC (or 0xC45CCC) is known color: Fuchsia. HEX triplet: C4, 5C and CC. RGB value is (196,92,204). Sum of RGB (Red+Green+Blue) = 196+92+204=492 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.84% from 492); Green value is 92 (36.33% from 255 or 18.70% from 492); Blue value is 204 (80.08% from 255 or 41.46% from 492); Max value from RGB is 204 - color contains mainly: blue. Hex color #C45CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C45CCC is #3BA333. Grayscale: #878787. Windows color (decimal): -3908404 or 13393092. OLE color: 13393092.

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

Color convert

RGB 196 92 204 -
CMYK 0.04 0.55 0 0.2
HSL 295.71º 0.52% 0.58% -
HSV(B) 295.71º 0.55% 0.8% -
XYZ 37.49 23.75 59.73 -
YUV 135.86 166.46 170.89 -
System Red Green Blue C M Y K H S L
Decimal 196 92 204 0.04 0.55 0 0.2 295.71 0.52 0.58
Hex C4 5C CC 4 37 0 14 128 34 3A
Octal 304 134 314 4 67 0 24 450 64 72
Binary 11000100 1011100 11001100 100 110111 0 10100 100101000 110100 111010

Color Harmonies of #C45CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45CCC

Black with #C45CCC

Text Example


Text Example

White with #C45CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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