Html Css Color HEX #CC1B5E Ruby

📋 copy color: '#CC1B5E'

red 204 ◦ green 27 ◦ blue 94

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

Shades of Ruby #CC1B5E

Tints of Ruby #CC1B5E

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.31%

 BLUE value IS 94 (37.11% from 255) = 28.92%

R = 62.77%
G = 8.31%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.54

 K value IS 0.2

RGB Variations

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

Color information

#CC1B5E (or 0xCC1B5E) is known color: Ruby. HEX triplet: CC, 1B and 5E. RGB value is (204,27,94). Sum of RGB (Red+Green+Blue) = 204+27+94=325 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.77% from 325); Green value is 27 (10.94% from 255 or 8.31% from 325); Blue value is 94 (37.11% from 255 or 28.92% from 325); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1B5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC1B5E is #33E4A1. Grayscale: #575757. Windows color (decimal): -3400866 or 6167500. OLE color: 6167500.

HSL color Cylindrical-coordinate representation of color #CC1B5E: hue angle of 337.29º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CC1B5E is Cyan = 0, Magento = 0.87, Yellow = 0.54 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 27 94 -
CMYK 0 0.87 0.54 0.2
HSL 337.29º 0.77% 0.45% -
HSV(B) 337.29º 0.87% 0.8% -
XYZ 27.31 14.43 11.94 -
YUV 87.56 131.64 211.05 -
System Red Green Blue C M Y K H S L
Decimal 204 27 94 0 0.87 0.54 0.2 337.29 0.77 0.45
Hex CC 1B 5E 0 57 36 14 151 4D 2D
Octal 314 33 136 0 127 66 24 521 115 55
Binary 11001100 11011 1011110 0 1010111 110110 10100 101010001 1001101 101101

Color Harmonies of #CC1B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1B5E

Black with #CC1B5E

Text Example


Text Example

White with #CC1B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1B5E; }

 p { color: rgb(204,27,94); }

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

background-color css

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

 a { background-color: rgb(204,27,94); }

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

border-color css

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

 span { border-color: rgb(204,27,94); }

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