Html Css Color HEX #CD33CA Fuchsia

📋 copy color: '#CD33CA'

red 205 ◦ green 51 ◦ blue 202

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

Shades of Fuchsia #CD33CA

Tints of Fuchsia #CD33CA

RGB

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

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

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

R = 44.76%
G = 11.14%
B = 44.1%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#CD33CA (or 0xCD33CA) is known color: Fuchsia. HEX triplet: CD, 33 and CA. RGB value is (205,51,202). Sum of RGB (Red+Green+Blue) = 205+51+202=458 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.76% from 458); Green value is 51 (20.31% from 255 or 11.14% from 458); Blue value is 202 (79.30% from 255 or 44.10% from 458); Max value from RGB is 205 - color contains mainly: red. Hex color #CD33CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD33CA is #32CC35. Grayscale: #717171. Windows color (decimal): -3329078 or 13251533. OLE color: 13251533.

HSL color Cylindrical-coordinate representation of color #CD33CA: hue angle of 301.17º 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 #CD33CA is Cyan = 0, Magento = 0.75, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 51 202 -
CMYK 0 0.75 0.01 0.20
HSL 301.17º 0.61% 0.5% -
HSV(B) 301.17º 0.75% 0.8% -
XYZ 37.02 19.61 57.71 -
YUV 114.26 177.52 192.72 -
System Red Green Blue C M Y K H S L
Decimal 205 51 202 0 0.75 0.01 0.20 301.17 0.61 0.5
Hex CD 33 CA 0 4B 1 14 12D 3D 32
Octal 315 63 312 0 113 1 24 455 75 62
Binary 11001101 110011 11001010 0 1001011 1 10100 100101101 111101 110010

Color Harmonies of #CD33CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD33CA

Black with #CD33CA

Text Example


Text Example

White with #CD33CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD33CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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