Html Css Color HEX #CC055C Ruby

📋 copy color: '#CC055C'

red 204 ◦ green 5 ◦ blue 92

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

Shades of Ruby #CC055C

Tints of Ruby #CC055C

RGB

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

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

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

R = 67.77%
G = 1.66%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.55

 K value IS 0.2

RGB Variations

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

Color information

#CC055C (or 0xCC055C) is known color: Ruby. HEX triplet: CC, 05 and 5C. RGB value is (204,5,92). Sum of RGB (Red+Green+Blue) = 204+5+92=301 (39% of max value = 765). Red value is 204 (80.08% from 255 or 67.77% from 301); Green value is 5 (2.34% from 255 or 1.66% from 301); Blue value is 92 (36.33% from 255 or 30.56% from 301); Max value from RGB is 204 - color contains mainly: red. Hex color #CC055C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC055C is #33FAA3. Grayscale: #4A4A4A. Windows color (decimal): -3406500 or 6030796. OLE color: 6030796.

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

Color convert

RGB 204 5 92 -
CMYK 0 0.98 0.55 0.2
HSL 333.77º 0.95% 0.41% -
HSV(B) 333.77º 0.98% 0.8% -
XYZ 26.89 13.72 11.36 -
YUV 74.42 137.93 220.43 -
System Red Green Blue C M Y K H S L
Decimal 204 5 92 0 0.98 0.55 0.2 333.77 0.95 0.41
Hex CC 5 5C 0 62 37 14 14E 5F 29
Octal 314 5 134 0 142 67 24 516 137 51
Binary 11001100 101 1011100 0 1100010 110111 10100 101001110 1011111 101001

Color Harmonies of #CC055C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC055C

Black with #CC055C

Text Example


Text Example

White with #CC055C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC055C; }

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

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

background-color css

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

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

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

border-color css

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

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

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