Html Css Color HEX #C442C6 Fuchsia

📋 copy color: '#C442C6'

red 196 ◦ green 66 ◦ blue 198

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

Shades of Fuchsia #C442C6

Tints of Fuchsia #C442C6

RGB

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

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

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

R = 42.61%
G = 14.35%
B = 43.04%

CMYK

 C value IS 0.01

 M value IS 0.67

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C442C6 (or 0xC442C6) is known color: Fuchsia. HEX triplet: C4, 42 and C6. RGB value is (196,66,198). Sum of RGB (Red+Green+Blue) = 196+66+198=460 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.61% from 460); Green value is 66 (26.17% from 255 or 14.35% from 460); Blue value is 198 (77.73% from 255 or 43.04% from 460); Max value from RGB is 198 - color contains mainly: blue. Hex color #C442C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C442C6 is #3BBD39. Grayscale: #777777. Windows color (decimal): -3915066 or 12993220. OLE color: 12993220.

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

Color convert

RGB 196 66 198 -
CMYK 0.01 0.67 0 0.22
HSL 299.09º 0.54% 0.52% -
HSV(B) 299.09º 0.67% 0.78% -
XYZ 34.91 19.71 55.39 -
YUV 119.92 172.07 182.27 -
System Red Green Blue C M Y K H S L
Decimal 196 66 198 0.01 0.67 0 0.22 299.09 0.54 0.52
Hex C4 42 C6 1 43 0 16 12B 36 34
Octal 304 102 306 1 103 0 26 453 66 64
Binary 11000100 1000010 11000110 1 1000011 0 10110 100101011 110110 110100

Color Harmonies of #C442C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C442C6

Black with #C442C6

Text Example


Text Example

White with #C442C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C442C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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