Html Css Color HEX #CC1258 Ruby

📋 copy color: '#CC1258'

red 204 ◦ green 18 ◦ blue 88

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

Shades of Ruby #CC1258

Tints of Ruby #CC1258

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.81%

 BLUE value IS 88 (34.77% from 255) = 28.39%

R = 65.81%
G = 5.81%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.57

 K value IS 0.2

RGB Variations

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

Color information

#CC1258 (or 0xCC1258) is known color: Ruby. HEX triplet: CC, 12 and 58. RGB value is (204,18,88). Sum of RGB (Red+Green+Blue) = 204+18+88=310 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.81% from 310); Green value is 18 (7.42% from 255 or 5.81% from 310); Blue value is 88 (34.77% from 255 or 28.39% from 310); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1258 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1258 is #33EDA7. Grayscale: #515151. Windows color (decimal): -3403176 or 5771980. OLE color: 5771980.

HSL color Cylindrical-coordinate representation of color #CC1258: hue angle of 337.42º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC1258 is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 18 88 -
CMYK 0 0.91 0.57 0.2
HSL 337.42º 0.84% 0.44% -
HSV(B) 337.42º 0.91% 0.8% -
XYZ 26.88 13.97 10.51 -
YUV 81.59 131.62 215.31 -
System Red Green Blue C M Y K H S L
Decimal 204 18 88 0 0.91 0.57 0.2 337.42 0.84 0.44
Hex CC 12 58 0 5B 39 14 151 54 2C
Octal 314 22 130 0 133 71 24 521 124 54
Binary 11001100 10010 1011000 0 1011011 111001 10100 101010001 1010100 101100

Color Harmonies of #CC1258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1258

Black with #CC1258

Text Example


Text Example

White with #CC1258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1258; }

 p { color: rgb(204,18,88); }

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

background-color css

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

 a { background-color: rgb(204,18,88); }

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

border-color css

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

 span { border-color: rgb(204,18,88); }

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