Html Css Color HEX #CD2CC0 Fuchsia

📋 copy color: '#CD2CC0'

red 205 ◦ green 44 ◦ blue 192

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

Shades of Fuchsia #CD2CC0

Tints of Fuchsia #CD2CC0

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.98%

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

R = 46.49%
G = 9.98%
B = 43.54%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#CD2CC0 (or 0xCD2CC0) is known color: Fuchsia. HEX triplet: CD, 2C and C0. RGB value is (205,44,192). Sum of RGB (Red+Green+Blue) = 205+44+192=441 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.49% from 441); Green value is 44 (17.58% from 255 or 9.98% from 441); Blue value is 192 (75.39% from 255 or 43.54% from 441); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2CC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD2CC0 is #32D33F. Grayscale: #6C6C6C. Windows color (decimal): -3330880 or 12594381. OLE color: 12594381.

HSL color Cylindrical-coordinate representation of color #CD2CC0: hue angle of 304.84º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CD2CC0 is Cyan = 0, Magento = 0.79, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 44 192 -
CMYK 0 0.79 0.06 0.20
HSL 304.84º 0.65% 0.49% -
HSV(B) 304.84º 0.79% 0.8% -
XYZ 35.59 18.59 51.58 -
YUV 109.01 174.84 196.47 -
System Red Green Blue C M Y K H S L
Decimal 205 44 192 0 0.79 0.06 0.20 304.84 0.65 0.49
Hex CD 2C C0 0 4F 6 14 131 41 31
Octal 315 54 300 0 117 6 24 461 101 61
Binary 11001101 101100 11000000 0 1001111 110 10100 100110001 1000001 110001

Color Harmonies of #CD2CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2CC0

Black with #CD2CC0

Text Example


Text Example

White with #CD2CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2CC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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