Html Css Color HEX #CD33C6 Fuchsia

📋 copy color: '#CD33C6'

red 205 ◦ green 51 ◦ blue 198

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

Shades of Fuchsia #CD33C6

Tints of Fuchsia #CD33C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 43.61%

R = 45.15%
G = 11.23%
B = 43.61%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.03

 K value IS 0.20

RGB Variations

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

Color information

#CD33C6 (or 0xCD33C6) is known color: Fuchsia. HEX triplet: CD, 33 and C6. RGB value is (205,51,198). Sum of RGB (Red+Green+Blue) = 205+51+198=454 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.15% from 454); Green value is 51 (20.31% from 255 or 11.23% from 454); Blue value is 198 (77.73% from 255 or 43.61% from 454); Max value from RGB is 205 - color contains mainly: red. Hex color #CD33C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD33C6 is #32CC39. Grayscale: #717171. Windows color (decimal): -3329082 or 12989389. OLE color: 12989389.

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

Color convert

RGB 205 51 198 -
CMYK 0 0.75 0.03 0.20
HSL 302.73º 0.61% 0.5% -
HSV(B) 302.73º 0.75% 0.8% -
XYZ 36.55 19.42 55.25 -
YUV 113.8 175.52 193.05 -
System Red Green Blue C M Y K H S L
Decimal 205 51 198 0 0.75 0.03 0.20 302.73 0.61 0.5
Hex CD 33 C6 0 4B 3 14 12F 3D 32
Octal 315 63 306 0 113 3 24 457 75 62
Binary 11001101 110011 11000110 0 1001011 11 10100 100101111 111101 110010

Color Harmonies of #CD33C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD33C6

Black with #CD33C6

Text Example


Text Example

White with #CD33C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD33C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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