Html Css Color HEX #CC205C Ruby

📋 copy color: '#CC205C'

red 204 ◦ green 32 ◦ blue 92

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

Shades of Ruby #CC205C

Tints of Ruby #CC205C

RGB

 RED value IS 204 (80.08% from 255) = 62.2%

 GREEN value IS 32 (12.89% from 255) = 9.76%

 BLUE value IS 92 (36.33% from 255) = 28.05%

R = 62.2%
G = 9.76%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.55

 K value IS 0.2

RGB Variations

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

Color information

#CC205C (or 0xCC205C) is known color: Ruby. HEX triplet: CC, 20 and 5C. RGB value is (204,32,92). Sum of RGB (Red+Green+Blue) = 204+32+92=328 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.20% from 328); Green value is 32 (12.89% from 255 or 9.76% from 328); Blue value is 92 (36.33% from 255 or 28.05% from 328); Max value from RGB is 204 - color contains mainly: red. Hex color #CC205C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC205C is #33DFA3. Grayscale: #5A5A5A. Windows color (decimal): -3399588 or 6037708. OLE color: 6037708.

HSL color Cylindrical-coordinate representation of color #CC205C: hue angle of 339.07º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC205C is Cyan = 0, Magento = 0.84, Yellow = 0.55 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 32 92 -
CMYK 0 0.84 0.55 0.2
HSL 339.07º 0.73% 0.46% -
HSV(B) 339.07º 0.84% 0.8% -
XYZ 27.35 14.64 11.51 -
YUV 90.27 128.98 209.12 -
System Red Green Blue C M Y K H S L
Decimal 204 32 92 0 0.84 0.55 0.2 339.07 0.73 0.46
Hex CC 20 5C 0 54 37 14 153 49 2E
Octal 314 40 134 0 124 67 24 523 111 56
Binary 11001100 100000 1011100 0 1010100 110111 10100 101010011 1001001 101110

Color Harmonies of #CC205C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC205C

Black with #CC205C

Text Example


Text Example

White with #CC205C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC205C; }

 p { color: rgb(204,32,92); }

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

background-color css

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

 a { background-color: rgb(204,32,92); }

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

border-color css

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

 span { border-color: rgb(204,32,92); }

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