Html Css Color HEX #C044CC Fuchsia

📋 copy color: '#C044CC'

red 192 ◦ green 68 ◦ blue 204

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

Shades of Fuchsia #C044CC

Tints of Fuchsia #C044CC

RGB

 RED value IS 192 (75.39% from 255) = 41.38%

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

 BLUE value IS 204 (80.08% from 255) = 43.97%

R = 41.38%
G = 14.66%
B = 43.97%

CMYK

 C value IS 0.06

 M value IS 0.67

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C044CC (or 0xC044CC) is known color: Fuchsia. HEX triplet: C0, 44 and CC. RGB value is (192,68,204). Sum of RGB (Red+Green+Blue) = 192+68+204=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 68 (26.95% from 255 or 14.66% from 464); Blue value is 204 (80.08% from 255 or 43.97% from 464); Max value from RGB is 204 - color contains mainly: blue. Hex color #C044CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C044CC is #3FBB33. Grayscale: #787878. Windows color (decimal): -4176692 or 13386944. OLE color: 13386944.

HSL color Cylindrical-coordinate representation of color #C044CC: hue angle of 294.71º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C044CC is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 192 68 204 -
CMYK 0.06 0.67 0 0.2
HSL 294.71º 0.57% 0.53% -
HSV(B) 294.71º 0.67% 0.8% -
XYZ 34.7 19.7 59.1 -
YUV 120.58 175.08 178.94 -
System Red Green Blue C M Y K H S L
Decimal 192 68 204 0.06 0.67 0 0.2 294.71 0.57 0.53
Hex C0 44 CC 6 43 0 14 127 39 35
Octal 300 104 314 6 103 0 24 447 71 65
Binary 11000000 1000100 11001100 110 1000011 0 10100 100100111 111001 110101

Color Harmonies of #C044CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C044CC

Black with #C044CC

Text Example


Text Example

White with #C044CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C044CC; }

 p { color: rgb(192,68,204); }

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

background-color css

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

 a { background-color: rgb(192,68,204); }

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

border-color css

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

 span { border-color: rgb(192,68,204); }

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