Html Css Color HEX #CD50D0 Fuchsia

📋 copy color: '#CD50D0'

red 205 ◦ green 80 ◦ blue 208

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

Shades of Fuchsia #CD50D0

Tints of Fuchsia #CD50D0

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.23%

 BLUE value IS 208 (81.64% from 255) = 42.19%

R = 41.58%
G = 16.23%
B = 42.19%

CMYK

 C value IS 0.01

 M value IS 0.62

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CD50D0 (or 0xCD50D0) is known color: Fuchsia. HEX triplet: CD, 50 and D0. RGB value is (205,80,208). Sum of RGB (Red+Green+Blue) = 205+80+208=493 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.58% from 493); Green value is 80 (31.64% from 255 or 16.23% from 493); Blue value is 208 (81.64% from 255 or 42.19% from 493); Max value from RGB is 208 - color contains mainly: blue. Hex color #CD50D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD50D0 is #32AF2F. Grayscale: #838383. Windows color (decimal): -3321648 or 13652173. OLE color: 13652173.

HSL color Cylindrical-coordinate representation of color #CD50D0: hue angle of 298.59º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CD50D0 is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 205 80 208 -
CMYK 0.01 0.62 0 0.18
HSL 298.59º 0.58% 0.56% -
HSV(B) 298.59º 0.62% 0.82% -
XYZ 39.43 23.27 62.09 -
YUV 131.97 170.91 180.09 -
System Red Green Blue C M Y K H S L
Decimal 205 80 208 0.01 0.62 0 0.18 298.59 0.58 0.56
Hex CD 50 D0 1 3E 0 12 12B 3A 38
Octal 315 120 320 1 76 0 22 453 72 70
Binary 11001101 1010000 11010000 1 111110 0 10010 100101011 111010 111000

Color Harmonies of #CD50D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD50D0

Black with #CD50D0

Text Example


Text Example

White with #CD50D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD50D0; }

 p { color: rgb(205,80,208); }

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

background-color css

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

 a { background-color: rgb(205,80,208); }

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

border-color css

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

 span { border-color: rgb(205,80,208); }

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