Html Css Color HEX #C451CC Fuchsia

📋 copy color: '#C451CC'

red 196 ◦ green 81 ◦ blue 204

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

Shades of Fuchsia #C451CC

Tints of Fuchsia #C451CC

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.84%

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

R = 40.75%
G = 16.84%
B = 42.41%

CMYK

 C value IS 0.04

 M value IS 0.60

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C451CC (or 0xC451CC) is known color: Fuchsia. HEX triplet: C4, 51 and CC. RGB value is (196,81,204). Sum of RGB (Red+Green+Blue) = 196+81+204=481 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.75% from 481); Green value is 81 (32.03% from 255 or 16.84% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 204 - color contains mainly: blue. Hex color #C451CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C451CC is #3BAE33. Grayscale: #818181. Windows color (decimal): -3911220 or 13390276. OLE color: 13390276.

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

Color convert

RGB 196 81 204 -
CMYK 0.04 0.60 0 0.2
HSL 296.1º 0.55% 0.56% -
HSV(B) 296.1º 0.6% 0.8% -
XYZ 36.61 21.98 59.44 -
YUV 129.41 170.1 175.5 -
System Red Green Blue C M Y K H S L
Decimal 196 81 204 0.04 0.60 0 0.2 296.1 0.55 0.56
Hex C4 51 CC 4 3C 0 14 128 37 38
Octal 304 121 314 4 74 0 24 450 67 70
Binary 11000100 1010001 11001100 100 111100 0 10100 100101000 110111 111000

Color Harmonies of #C451CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C451CC

Black with #C451CC

Text Example


Text Example

White with #C451CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C451CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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