Html Css Color HEX #CD53C0 Fuchsia

📋 copy color: '#CD53C0'

red 205 ◦ green 83 ◦ blue 192

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

Shades of Fuchsia #CD53C0

Tints of Fuchsia #CD53C0

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.29%

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

R = 42.71%
G = 17.29%
B = 40%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#CD53C0 (or 0xCD53C0) is known color: Fuchsia. HEX triplet: CD, 53 and C0. RGB value is (205,83,192). Sum of RGB (Red+Green+Blue) = 205+83+192=480 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.71% from 480); Green value is 83 (32.81% from 255 or 17.29% from 480); Blue value is 192 (75.39% from 255 or 40% from 480); Max value from RGB is 205 - color contains mainly: red. Hex color #CD53C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD53C0 is #32AC3F. Grayscale: #838383. Windows color (decimal): -3320896 or 12604365. OLE color: 12604365.

HSL color Cylindrical-coordinate representation of color #CD53C0: hue angle of 306.39º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CD53C0 is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 83 192 -
CMYK 0 0.60 0.06 0.20
HSL 306.39º 0.55% 0.56% -
HSV(B) 306.39º 0.6% 0.8% -
XYZ 37.78 22.97 52.31 -
YUV 131.9 161.92 180.14 -
System Red Green Blue C M Y K H S L
Decimal 205 83 192 0 0.60 0.06 0.20 306.39 0.55 0.56
Hex CD 53 C0 0 3C 6 14 132 37 38
Octal 315 123 300 0 74 6 24 462 67 70
Binary 11001101 1010011 11000000 0 111100 110 10100 100110010 110111 111000

Color Harmonies of #CD53C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD53C0

Black with #CD53C0

Text Example


Text Example

White with #CD53C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD53C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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