Html Css Color HEX #CC056C Ruby

📋 copy color: '#CC056C'

red 204 ◦ green 5 ◦ blue 108

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

Shades of Ruby #CC056C

Tints of Ruby #CC056C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.58%

 BLUE value IS 108 (42.58% from 255) = 34.07%

R = 64.35%
G = 1.58%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#CC056C (or 0xCC056C) is known color: Ruby. HEX triplet: CC, 05 and 6C. RGB value is (204,5,108). Sum of RGB (Red+Green+Blue) = 204+5+108=317 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.35% from 317); Green value is 5 (2.34% from 255 or 1.58% from 317); Blue value is 108 (42.58% from 255 or 34.07% from 317); Max value from RGB is 204 - color contains mainly: red. Hex color #CC056C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC056C is #33FA93. Grayscale: #4C4C4C. Windows color (decimal): -3406484 or 7079372. OLE color: 7079372.

HSL color Cylindrical-coordinate representation of color #CC056C: hue angle of 328.94º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC056C is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 5 108 -
CMYK 0 0.98 0.47 0.2
HSL 328.94º 0.95% 0.41% -
HSV(B) 328.94º 0.98% 0.8% -
XYZ 27.66 14.03 15.44 -
YUV 76.24 145.93 219.12 -
System Red Green Blue C M Y K H S L
Decimal 204 5 108 0 0.98 0.47 0.2 328.94 0.95 0.41
Hex CC 5 6C 0 62 2F 14 149 5F 29
Octal 314 5 154 0 142 57 24 511 137 51
Binary 11001100 101 1101100 0 1100010 101111 10100 101001001 1011111 101001

Color Harmonies of #CC056C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC056C

Black with #CC056C

Text Example


Text Example

White with #CC056C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC056C; }

 p { color: rgb(204,5,108); }

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

background-color css

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

 a { background-color: rgb(204,5,108); }

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

border-color css

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

 span { border-color: rgb(204,5,108); }

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