Html Css Color HEX #CC205F Ruby

📋 copy color: '#CC205F'

red 204 ◦ green 32 ◦ blue 95

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

Shades of Ruby #CC205F

Tints of Ruby #CC205F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 28.7%

R = 61.63%
G = 9.67%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CC205F (or 0xCC205F) is known color: Ruby. HEX triplet: CC, 20 and 5F. RGB value is (204,32,95). Sum of RGB (Red+Green+Blue) = 204+32+95=331 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.63% from 331); Green value is 32 (12.89% from 255 or 9.67% from 331); Blue value is 95 (37.5% from 255 or 28.70% from 331); Max value from RGB is 204 - color contains mainly: red. Hex color #CC205F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC205F is #33DFA0. Grayscale: #5A5A5A. Windows color (decimal): -3399585 or 6234316. OLE color: 6234316.

HSL color Cylindrical-coordinate representation of color #CC205F: hue angle of 338.02º 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 #CC205F is Cyan = 0, Magento = 0.84, Yellow = 0.53 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 32 95 -
CMYK 0 0.84 0.53 0.2
HSL 338.02º 0.73% 0.46% -
HSV(B) 338.02º 0.84% 0.8% -
XYZ 27.48 14.7 12.21 -
YUV 90.61 130.48 208.88 -
System Red Green Blue C M Y K H S L
Decimal 204 32 95 0 0.84 0.53 0.2 338.02 0.73 0.46
Hex CC 20 5F 0 54 35 14 152 49 2E
Octal 314 40 137 0 124 65 24 522 111 56
Binary 11001100 100000 1011111 0 1010100 110101 10100 101010010 1001001 101110

Color Harmonies of #CC205F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC205F

Black with #CC205F

Text Example


Text Example

White with #CC205F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC205F; }

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

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

background-color css

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

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

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

border-color css

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

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

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