Html Css Color HEX #C442C4 Fuchsia

📋 copy color: '#C442C4'

red 196 ◦ green 66 ◦ blue 196

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

Shades of Fuchsia #C442C4

Tints of Fuchsia #C442C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 42.79%

R = 42.79%
G = 14.41%
B = 42.79%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#C442C4 (or 0xC442C4) is known color: Fuchsia. HEX triplet: C4, 42 and C4. RGB value is (196,66,196). Sum of RGB (Red+Green+Blue) = 196+66+196=458 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.79% from 458); Green value is 66 (26.17% from 255 or 14.41% from 458); Blue value is 196 (76.95% from 255 or 42.79% from 458); Max value from RGB is 196 - color contains mainly: red, blue. Hex color #C442C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C442C4 is #3BBD3B. Grayscale: #777777. Windows color (decimal): -3915068 or 12862148. OLE color: 12862148.

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

Color convert

RGB 196 66 196 -
CMYK 0 0.66 0 0.23
HSL 300º 0.52% 0.51% -
HSV(B) 300º 0.66% 0.77% -
XYZ 34.68 19.62 54.18 -
YUV 119.69 171.07 182.43 -
System Red Green Blue C M Y K H S L
Decimal 196 66 196 0 0.66 0 0.23 300 0.52 0.51
Hex C4 42 C4 0 42 0 17 12C 34 33
Octal 304 102 304 0 102 0 27 454 64 63
Binary 11000100 1000010 11000100 0 1000010 0 10111 100101100 110100 110011

Color Harmonies of #C442C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C442C4

Black with #C442C4

Text Example


Text Example

White with #C442C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C442C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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