Html Css Color HEX #CD5FCC Fuchsia

📋 copy color: '#CD5FCC'

red 205 ◦ green 95 ◦ blue 204

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

Shades of Fuchsia #CD5FCC

Tints of Fuchsia #CD5FCC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.85%

 BLUE value IS 204 (80.08% from 255) = 40.48%

R = 40.67%
G = 18.85%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#CD5FCC (or 0xCD5FCC) is known color: Fuchsia. HEX triplet: CD, 5F and CC. RGB value is (205,95,204). Sum of RGB (Red+Green+Blue) = 205+95+204=504 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.67% from 504); Green value is 95 (37.5% from 255 or 18.85% from 504); Blue value is 204 (80.08% from 255 or 40.48% from 504); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD5FCC is #32A033. Grayscale: #8B8B8B. Windows color (decimal): -3317812 or 13393869. OLE color: 13393869.

HSL color Cylindrical-coordinate representation of color #CD5FCC: hue angle of 300.55º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CD5FCC is Cyan = 0, Magento = 0.54, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 95 204 -
CMYK 0 0.54 0.00 0.20
HSL 300.55º 0.52% 0.59% -
HSV(B) 300.55º 0.54% 0.8% -
XYZ 40.17 25.52 59.94 -
YUV 140.32 163.94 174.14 -
System Red Green Blue C M Y K H S L
Decimal 205 95 204 0 0.54 0.00 0.20 300.55 0.52 0.59
Hex CD 5F CC 0 36 0 14 12D 34 3B
Octal 315 137 314 0 66 0 24 455 64 73
Binary 11001101 1011111 11001100 0 110110 0 10100 100101101 110100 111011

Color Harmonies of #CD5FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5FCC

Black with #CD5FCC

Text Example


Text Example

White with #CD5FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5FCC; }

 p { color: rgb(205,95,204); }

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

background-color css

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

 a { background-color: rgb(205,95,204); }

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

border-color css

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

 span { border-color: rgb(205,95,204); }

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