Html Css Color HEX #CC206D Ruby

📋 copy color: '#CC206D'

red 204 ◦ green 32 ◦ blue 109

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

Shades of Ruby #CC206D

Tints of Ruby #CC206D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 31.59%

R = 59.13%
G = 9.28%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#CC206D (or 0xCC206D) is known color: Ruby. HEX triplet: CC, 20 and 6D. RGB value is (204,32,109). Sum of RGB (Red+Green+Blue) = 204+32+109=345 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.13% from 345); Green value is 32 (12.89% from 255 or 9.28% from 345); Blue value is 109 (42.97% from 255 or 31.59% from 345); Max value from RGB is 204 - color contains mainly: red. Hex color #CC206D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC206D is #33DF92. Grayscale: #5C5C5C. Windows color (decimal): -3399571 or 7151820. OLE color: 7151820.

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

Color convert

RGB 204 32 109 -
CMYK 0 0.84 0.47 0.2
HSL 333.14º 0.73% 0.46% -
HSV(B) 333.14º 0.84% 0.8% -
XYZ 28.18 14.97 15.87 -
YUV 92.21 137.48 207.74 -
System Red Green Blue C M Y K H S L
Decimal 204 32 109 0 0.84 0.47 0.2 333.14 0.73 0.46
Hex CC 20 6D 0 54 2F 14 14D 49 2E
Octal 314 40 155 0 124 57 24 515 111 56
Binary 11001100 100000 1101101 0 1010100 101111 10100 101001101 1001001 101110

Color Harmonies of #CC206D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC206D

Black with #CC206D

Text Example


Text Example

White with #CC206D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC206D; }

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

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

background-color css

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

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

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

border-color css

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

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

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