Html Css Color HEX #C442CD Fuchsia

📋 copy color: '#C442CD'

red 196 ◦ green 66 ◦ blue 205

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

Shades of Fuchsia #C442CD

Tints of Fuchsia #C442CD

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.13%

 BLUE value IS 205 (80.47% from 255) = 43.9%

R = 41.97%
G = 14.13%
B = 43.9%

CMYK

 C value IS 0.04

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C442CD (or 0xC442CD) is known color: Fuchsia. HEX triplet: C4, 42 and CD. RGB value is (196,66,205). Sum of RGB (Red+Green+Blue) = 196+66+205=467 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.97% from 467); Green value is 66 (26.17% from 255 or 14.13% from 467); Blue value is 205 (80.47% from 255 or 43.90% from 467); Max value from RGB is 205 - color contains mainly: blue. Hex color #C442CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C442CD is #3BBD32. Grayscale: #787878. Windows color (decimal): -3915059 or 13451972. OLE color: 13451972.

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

Color convert

RGB 196 66 205 -
CMYK 0.04 0.68 0 0.20
HSL 296.12º 0.58% 0.53% -
HSV(B) 296.12º 0.68% 0.8% -
XYZ 35.73 20.04 59.74 -
YUV 120.72 175.57 181.7 -
System Red Green Blue C M Y K H S L
Decimal 196 66 205 0.04 0.68 0 0.20 296.12 0.58 0.53
Hex C4 42 CD 4 44 0 14 128 3A 35
Octal 304 102 315 4 104 0 24 450 72 65
Binary 11000100 1000010 11001101 100 1000100 0 10100 100101000 111010 110101

Color Harmonies of #C442CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C442CD

Black with #C442CD

Text Example


Text Example

White with #C442CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C442CD; }

 p { color: rgb(196,66,205); }

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

background-color css

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

 a { background-color: rgb(196,66,205); }

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

border-color css

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

 span { border-color: rgb(196,66,205); }

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