Html Css Color HEX #C444CD Fuchsia

📋 copy color: '#C444CD'

red 196 ◦ green 68 ◦ blue 205

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

Shades of Fuchsia #C444CD

Tints of Fuchsia #C444CD

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.5%

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

R = 41.79%
G = 14.5%
B = 43.71%

CMYK

 C value IS 0.04

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C444CD (or 0xC444CD) is known color: Fuchsia. HEX triplet: C4, 44 and CD. RGB value is (196,68,205). Sum of RGB (Red+Green+Blue) = 196+68+205=469 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.79% from 469); Green value is 68 (26.95% from 255 or 14.50% from 469); Blue value is 205 (80.47% from 255 or 43.71% from 469); Max value from RGB is 205 - color contains mainly: blue. Hex color #C444CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C444CD is #3BBB32. Grayscale: #797979. Windows color (decimal): -3914547 or 13452484. OLE color: 13452484.

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

Color convert

RGB 196 68 205 -
CMYK 0.04 0.67 0 0.20
HSL 296.06º 0.58% 0.54% -
HSV(B) 296.06º 0.67% 0.8% -
XYZ 35.85 20.28 59.78 -
YUV 121.89 174.91 180.86 -
System Red Green Blue C M Y K H S L
Decimal 196 68 205 0.04 0.67 0 0.20 296.06 0.58 0.54
Hex C4 44 CD 4 43 0 14 128 3A 36
Octal 304 104 315 4 103 0 24 450 72 66
Binary 11000100 1000100 11001101 100 1000011 0 10100 100101000 111010 110110

Color Harmonies of #C444CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C444CD

Black with #C444CD

Text Example


Text Example

White with #C444CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C444CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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