Html Css Color HEX #C040CC Fuchsia

📋 copy color: '#C040CC'

red 192 ◦ green 64 ◦ blue 204

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

Shades of Fuchsia #C040CC

Tints of Fuchsia #C040CC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.91%

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

R = 41.74%
G = 13.91%
B = 44.35%

CMYK

 C value IS 0.06

 M value IS 0.69

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C040CC (or 0xC040CC) is known color: Fuchsia. HEX triplet: C0, 40 and CC. RGB value is (192,64,204). Sum of RGB (Red+Green+Blue) = 192+64+204=460 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.74% from 460); Green value is 64 (25.39% from 255 or 13.91% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 204 - color contains mainly: blue. Hex color #C040CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C040CC is #3FBF33. Grayscale: #757575. Windows color (decimal): -4177716 or 13385920. OLE color: 13385920.

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

Color convert

RGB 192 64 204 -
CMYK 0.06 0.69 0 0.2
HSL 294.86º 0.58% 0.53% -
HSV(B) 294.86º 0.69% 0.8% -
XYZ 34.47 19.23 59.02 -
YUV 118.23 176.41 180.62 -
System Red Green Blue C M Y K H S L
Decimal 192 64 204 0.06 0.69 0 0.2 294.86 0.58 0.53
Hex C0 40 CC 6 45 0 14 127 3A 35
Octal 300 100 314 6 105 0 24 447 72 65
Binary 11000000 1000000 11001100 110 1000101 0 10100 100100111 111010 110101

Color Harmonies of #C040CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C040CC

Black with #C040CC

Text Example


Text Example

White with #C040CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C040CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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