Html Css Color HEX #C42DB2 Fuchsia

📋 copy color: '#C42DB2'

red 196 ◦ green 45 ◦ blue 178

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

Shades of Fuchsia #C42DB2

Tints of Fuchsia #C42DB2

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.74%

 BLUE value IS 178 (69.92% from 255) = 42.48%

R = 46.78%
G = 10.74%
B = 42.48%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.09

 K value IS 0.23

RGB Variations

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

Color information

#C42DB2 (or 0xC42DB2) is known color: Fuchsia. HEX triplet: C4, 2D and B2. RGB value is (196,45,178). Sum of RGB (Red+Green+Blue) = 196+45+178=419 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.78% from 419); Green value is 45 (17.97% from 255 or 10.74% from 419); Blue value is 178 (69.92% from 255 or 42.48% from 419); Max value from RGB is 196 - color contains mainly: red. Hex color #C42DB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42DB2 is #3BD24D. Grayscale: #686868. Windows color (decimal): -3920462 or 11677124. OLE color: 11677124.

HSL color Cylindrical-coordinate representation of color #C42DB2: hue angle of 307.15º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C42DB2 is Cyan = 0, Magento = 0.77, Yellow = 0.09 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 45 178 -
CMYK 0 0.77 0.09 0.23
HSL 307.15º 0.63% 0.47% -
HSV(B) 307.15º 0.77% 0.77% -
XYZ 31.74 16.83 43.69 -
YUV 105.31 169.03 192.69 -
System Red Green Blue C M Y K H S L
Decimal 196 45 178 0 0.77 0.09 0.23 307.15 0.63 0.47
Hex C4 2D B2 0 4D 9 17 133 3F 2F
Octal 304 55 262 0 115 11 27 463 77 57
Binary 11000100 101101 10110010 0 1001101 1001 10111 100110011 111111 101111

Color Harmonies of #C42DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42DB2

Black with #C42DB2

Text Example


Text Example

White with #C42DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42DB2; }

 p { color: rgb(196,45,178); }

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

background-color css

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

 a { background-color: rgb(196,45,178); }

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

border-color css

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

 span { border-color: rgb(196,45,178); }

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