Html Css Color HEX #C044CA Fuchsia

📋 copy color: '#C044CA'

red 192 ◦ green 68 ◦ blue 202

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

Shades of Fuchsia #C044CA

Tints of Fuchsia #C044CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 43.72%

R = 41.56%
G = 14.72%
B = 43.72%

CMYK

 C value IS 0.05

 M value IS 0.66

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C044CA (or 0xC044CA) is known color: Fuchsia. HEX triplet: C0, 44 and CA. RGB value is (192,68,202). Sum of RGB (Red+Green+Blue) = 192+68+202=462 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.56% from 462); Green value is 68 (26.95% from 255 or 14.72% from 462); Blue value is 202 (79.30% from 255 or 43.72% from 462); Max value from RGB is 202 - color contains mainly: blue. Hex color #C044CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C044CA is #3FBB35. Grayscale: #777777. Windows color (decimal): -4176694 or 13255872. OLE color: 13255872.

HSL color Cylindrical-coordinate representation of color #C044CA: hue angle of 295.52º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C044CA is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 192 68 202 -
CMYK 0.05 0.66 0 0.21
HSL 295.52º 0.56% 0.53% -
HSV(B) 295.52º 0.66% 0.79% -
XYZ 34.47 19.6 57.84 -
YUV 120.35 174.08 179.1 -
System Red Green Blue C M Y K H S L
Decimal 192 68 202 0.05 0.66 0 0.21 295.52 0.56 0.53
Hex C0 44 CA 5 42 0 15 128 38 35
Octal 300 104 312 5 102 0 25 450 70 65
Binary 11000000 1000100 11001010 101 1000010 0 10101 100101000 111000 110101

Color Harmonies of #C044CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C044CA

Black with #C044CA

Text Example


Text Example

White with #C044CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C044CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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