Html Css Color HEX #CC125D Ruby

📋 copy color: '#CC125D'

red 204 ◦ green 18 ◦ blue 93

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

Shades of Ruby #CC125D

Tints of Ruby #CC125D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 29.52%

R = 64.76%
G = 5.71%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.54

 K value IS 0.2

RGB Variations

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

Color information

#CC125D (or 0xCC125D) is known color: Ruby. HEX triplet: CC, 12 and 5D. RGB value is (204,18,93). Sum of RGB (Red+Green+Blue) = 204+18+93=315 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.76% from 315); Green value is 18 (7.42% from 255 or 5.71% from 315); Blue value is 93 (36.72% from 255 or 29.52% from 315); Max value from RGB is 204 - color contains mainly: red. Hex color #CC125D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC125D is #33EDA2. Grayscale: #525252. Windows color (decimal): -3403171 or 6099660. OLE color: 6099660.

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

Color convert

RGB 204 18 93 -
CMYK 0 0.91 0.54 0.2
HSL 335.81º 0.84% 0.44% -
HSV(B) 335.81º 0.91% 0.8% -
XYZ 27.09 14.06 11.64 -
YUV 82.16 134.12 214.9 -
System Red Green Blue C M Y K H S L
Decimal 204 18 93 0 0.91 0.54 0.2 335.81 0.84 0.44
Hex CC 12 5D 0 5B 36 14 150 54 2C
Octal 314 22 135 0 133 66 24 520 124 54
Binary 11001100 10010 1011101 0 1011011 110110 10100 101010000 1010100 101100

Color Harmonies of #CC125D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC125D

Black with #CC125D

Text Example


Text Example

White with #CC125D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC125D; }

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

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

background-color css

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

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

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

border-color css

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

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

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