Html Css Color HEX #C442CF Fuchsia

📋 copy color: '#C442CF'

red 196 ◦ green 66 ◦ blue 207

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

Shades of Fuchsia #C442CF

Tints of Fuchsia #C442CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.14%

R = 41.79%
G = 14.07%
B = 44.14%

CMYK

 C value IS 0.05

 M value IS 0.68

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C442CF (or 0xC442CF) is known color: Fuchsia. HEX triplet: C4, 42 and CF. RGB value is (196,66,207). Sum of RGB (Red+Green+Blue) = 196+66+207=469 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.79% from 469); Green value is 66 (26.17% from 255 or 14.07% from 469); Blue value is 207 (81.25% from 255 or 44.14% from 469); Max value from RGB is 207 - color contains mainly: blue. Hex color #C442CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C442CF is #3BBD30. Grayscale: #787878. Windows color (decimal): -3915057 or 13583044. OLE color: 13583044.

HSL color Cylindrical-coordinate representation of color #C442CF: hue angle of 295.32º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C442CF is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 196 66 207 -
CMYK 0.05 0.68 0 0.19
HSL 295.32º 0.59% 0.54% -
HSV(B) 295.32º 0.68% 0.81% -
XYZ 35.98 20.14 61.02 -
YUV 120.94 176.57 181.54 -
System Red Green Blue C M Y K H S L
Decimal 196 66 207 0.05 0.68 0 0.19 295.32 0.59 0.54
Hex C4 42 CF 5 44 0 13 127 3B 36
Octal 304 102 317 5 104 0 23 447 73 66
Binary 11000100 1000010 11001111 101 1000100 0 10011 100100111 111011 110110

Color Harmonies of #C442CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C442CF

Black with #C442CF

Text Example


Text Example

White with #C442CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C442CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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