Html Css Color HEX #CD33C9 Fuchsia

📋 copy color: '#CD33C9'

red 205 ◦ green 51 ◦ blue 201

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

Shades of Fuchsia #CD33C9

Tints of Fuchsia #CD33C9

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.16%

 BLUE value IS 201 (78.91% from 255) = 43.98%

R = 44.86%
G = 11.16%
B = 43.98%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#CD33C9 (or 0xCD33C9) is known color: Fuchsia. HEX triplet: CD, 33 and C9. RGB value is (205,51,201). Sum of RGB (Red+Green+Blue) = 205+51+201=457 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.86% from 457); Green value is 51 (20.31% from 255 or 11.16% from 457); Blue value is 201 (78.91% from 255 or 43.98% from 457); Max value from RGB is 205 - color contains mainly: red. Hex color #CD33C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD33C9 is #32CC36. Grayscale: #717171. Windows color (decimal): -3329079 or 13185997. OLE color: 13185997.

HSL color Cylindrical-coordinate representation of color #CD33C9: hue angle of 301.56º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CD33C9 is Cyan = 0, Magento = 0.75, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 51 201 -
CMYK 0 0.75 0.02 0.20
HSL 301.56º 0.61% 0.5% -
HSV(B) 301.56º 0.75% 0.8% -
XYZ 36.9 19.56 57.09 -
YUV 114.15 177.02 192.8 -
System Red Green Blue C M Y K H S L
Decimal 205 51 201 0 0.75 0.02 0.20 301.56 0.61 0.5
Hex CD 33 C9 0 4B 2 14 12E 3D 32
Octal 315 63 311 0 113 2 24 456 75 62
Binary 11001101 110011 11001001 0 1001011 10 10100 100101110 111101 110010

Color Harmonies of #CD33C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD33C9

Black with #CD33C9

Text Example


Text Example

White with #CD33C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD33C9; }

 p { color: rgb(205,51,201); }

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

background-color css

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

 a { background-color: rgb(205,51,201); }

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

border-color css

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

 span { border-color: rgb(205,51,201); }

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