Html Css Color HEX #C42DC6 Fuchsia

📋 copy color: '#C42DC6'

red 196 ◦ green 45 ◦ blue 198

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

Shades of Fuchsia #C42DC6

Tints of Fuchsia #C42DC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 45.1%

R = 44.65%
G = 10.25%
B = 45.1%

CMYK

 C value IS 0.01

 M value IS 0.77

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C42DC6 (or 0xC42DC6) is known color: Fuchsia. HEX triplet: C4, 2D and C6. RGB value is (196,45,198). Sum of RGB (Red+Green+Blue) = 196+45+198=439 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.65% from 439); Green value is 45 (17.97% from 255 or 10.25% from 439); Blue value is 198 (77.73% from 255 or 45.10% from 439); Max value from RGB is 198 - color contains mainly: blue. Hex color #C42DC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42DC6 is #3BD239. Grayscale: #6B6B6B. Windows color (decimal): -3920442 or 12987844. OLE color: 12987844.

HSL color Cylindrical-coordinate representation of color #C42DC6: hue angle of 299.22º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C42DC6 is Cyan = 0.01, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 196 45 198 -
CMYK 0.01 0.77 0 0.22
HSL 299.22º 0.63% 0.48% -
HSV(B) 299.22º 0.77% 0.78% -
XYZ 33.9 17.69 55.05 -
YUV 107.59 179.03 191.06 -
System Red Green Blue C M Y K H S L
Decimal 196 45 198 0.01 0.77 0 0.22 299.22 0.63 0.48
Hex C4 2D C6 1 4D 0 16 12B 3F 30
Octal 304 55 306 1 115 0 26 453 77 60
Binary 11000100 101101 11000110 1 1001101 0 10110 100101011 111111 110000

Color Harmonies of #C42DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42DC6

Black with #C42DC6

Text Example


Text Example

White with #C42DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42DC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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