Html Css Color HEX #CD60CB Fuchsia

📋 copy color: '#CD60CB'

red 205 ◦ green 96 ◦ blue 203

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

Shades of Fuchsia #CD60CB

Tints of Fuchsia #CD60CB

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.05%

 BLUE value IS 203 (79.69% from 255) = 40.28%

R = 40.67%
G = 19.05%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#CD60CB (or 0xCD60CB) is known color: Fuchsia. HEX triplet: CD, 60 and CB. RGB value is (205,96,203). Sum of RGB (Red+Green+Blue) = 205+96+203=504 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.67% from 504); Green value is 96 (37.89% from 255 or 19.05% from 504); Blue value is 203 (79.69% from 255 or 40.28% from 504); Max value from RGB is 205 - color contains mainly: red. Hex color #CD60CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD60CB is #329F34. Grayscale: #8C8C8C. Windows color (decimal): -3317557 or 13328589. OLE color: 13328589.

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

Color convert

RGB 205 96 203 -
CMYK 0 0.53 0.01 0.20
HSL 301.1º 0.52% 0.59% -
HSV(B) 301.1º 0.53% 0.8% -
XYZ 40.14 25.66 59.34 -
YUV 140.79 163.11 173.8 -
System Red Green Blue C M Y K H S L
Decimal 205 96 203 0 0.53 0.01 0.20 301.1 0.52 0.59
Hex CD 60 CB 0 35 1 14 12D 34 3B
Octal 315 140 313 0 65 1 24 455 64 73
Binary 11001101 1100000 11001011 0 110101 1 10100 100101101 110100 111011

Color Harmonies of #CD60CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD60CB

Black with #CD60CB

Text Example


Text Example

White with #CD60CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD60CB; }

 p { color: rgb(205,96,203); }

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

background-color css

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

 a { background-color: rgb(205,96,203); }

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

border-color css

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

 span { border-color: rgb(205,96,203); }

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