Html Css Color HEX #CD40C0 Fuchsia

📋 copy color: '#CD40C0'

red 205 ◦ green 64 ◦ blue 192

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

Shades of Fuchsia #CD40C0

Tints of Fuchsia #CD40C0

RGB

 RED value IS 205 (80.47% from 255) = 44.47%

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

 BLUE value IS 192 (75.39% from 255) = 41.65%

R = 44.47%
G = 13.88%
B = 41.65%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#CD40C0 (or 0xCD40C0) is known color: Fuchsia. HEX triplet: CD, 40 and C0. RGB value is (205,64,192). Sum of RGB (Red+Green+Blue) = 205+64+192=461 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.47% from 461); Green value is 64 (25.39% from 255 or 13.88% from 461); Blue value is 192 (75.39% from 255 or 41.65% from 461); Max value from RGB is 205 - color contains mainly: red. Hex color #CD40C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD40C0 is #32BF3F. Grayscale: #787878. Windows color (decimal): -3325760 or 12599501. OLE color: 12599501.

HSL color Cylindrical-coordinate representation of color #CD40C0: hue angle of 305.53º degrees, saturation: 0.59, 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 #CD40C0 is Cyan = 0, Magento = 0.69, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 64 192 -
CMYK 0 0.69 0.06 0.20
HSL 305.53º 0.59% 0.53% -
HSV(B) 305.53º 0.69% 0.8% -
XYZ 36.52 20.45 51.89 -
YUV 120.75 168.21 188.09 -
System Red Green Blue C M Y K H S L
Decimal 205 64 192 0 0.69 0.06 0.20 305.53 0.59 0.53
Hex CD 40 C0 0 45 6 14 132 3B 35
Octal 315 100 300 0 105 6 24 462 73 65
Binary 11001101 1000000 11000000 0 1000101 110 10100 100110010 111011 110101

Color Harmonies of #CD40C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD40C0

Black with #CD40C0

Text Example


Text Example

White with #CD40C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD40C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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