Html Css Color HEX #CC1D5B Ruby

📋 copy color: '#CC1D5B'

red 204 ◦ green 29 ◦ blue 91

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

Shades of Ruby #CC1D5B

Tints of Ruby #CC1D5B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.95%

 BLUE value IS 91 (35.94% from 255) = 28.09%

R = 62.96%
G = 8.95%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.55

 K value IS 0.2

RGB Variations

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

Color information

#CC1D5B (or 0xCC1D5B) is known color: Ruby. HEX triplet: CC, 1D and 5B. RGB value is (204,29,91). Sum of RGB (Red+Green+Blue) = 204+29+91=324 (42% of max value = 765). Red value is 204 (80.08% from 255 or 62.96% from 324); Green value is 29 (11.72% from 255 or 8.95% from 324); Blue value is 91 (35.94% from 255 or 28.09% from 324); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1D5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC1D5B is #33E2A4. Grayscale: #585858. Windows color (decimal): -3400357 or 5971404. OLE color: 5971404.

HSL color Cylindrical-coordinate representation of color #CC1D5B: hue angle of 338.74º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC1D5B is Cyan = 0, Magento = 0.86, Yellow = 0.55 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 29 91 -
CMYK 0 0.86 0.55 0.2
HSL 338.74º 0.75% 0.46% -
HSV(B) 338.74º 0.86% 0.8% -
XYZ 27.23 14.47 11.26 -
YUV 88.39 129.48 210.46 -
System Red Green Blue C M Y K H S L
Decimal 204 29 91 0 0.86 0.55 0.2 338.74 0.75 0.46
Hex CC 1D 5B 0 56 37 14 153 4B 2E
Octal 314 35 133 0 126 67 24 523 113 56
Binary 11001100 11101 1011011 0 1010110 110111 10100 101010011 1001011 101110

Color Harmonies of #CC1D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1D5B

Black with #CC1D5B

Text Example


Text Example

White with #CC1D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1D5B; }

 p { color: rgb(204,29,91); }

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

background-color css

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

 a { background-color: rgb(204,29,91); }

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

border-color css

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

 span { border-color: rgb(204,29,91); }

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