Html Css Color HEX #C451CA Fuchsia

📋 copy color: '#C451CA'

red 196 ◦ green 81 ◦ blue 202

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

Shades of Fuchsia #C451CA

Tints of Fuchsia #C451CA

RGB

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

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

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

R = 40.92%
G = 16.91%
B = 42.17%

CMYK

 C value IS 0.03

 M value IS 0.60

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C451CA (or 0xC451CA) is known color: Fuchsia. HEX triplet: C4, 51 and CA. RGB value is (196,81,202). Sum of RGB (Red+Green+Blue) = 196+81+202=479 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.92% from 479); Green value is 81 (32.03% from 255 or 16.91% from 479); Blue value is 202 (79.30% from 255 or 42.17% from 479); Max value from RGB is 202 - color contains mainly: blue. Hex color #C451CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C451CA is #3BAE35. Grayscale: #808080. Windows color (decimal): -3911222 or 13259204. OLE color: 13259204.

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

Color convert

RGB 196 81 202 -
CMYK 0.03 0.60 0 0.21
HSL 297.02º 0.53% 0.55% -
HSV(B) 297.02º 0.6% 0.79% -
XYZ 36.37 21.88 58.18 -
YUV 129.18 169.1 175.66 -
System Red Green Blue C M Y K H S L
Decimal 196 81 202 0.03 0.60 0 0.21 297.02 0.53 0.55
Hex C4 51 CA 3 3C 0 15 129 35 37
Octal 304 121 312 3 74 0 25 451 65 67
Binary 11000100 1010001 11001010 11 111100 0 10101 100101001 110101 110111

Color Harmonies of #C451CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C451CA

Black with #C451CA

Text Example


Text Example

White with #C451CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C451CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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