Html Css Color HEX #CC125F Ruby

📋 copy color: '#CC125F'

red 204 ◦ green 18 ◦ blue 95

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

Shades of Ruby #CC125F

Tints of Ruby #CC125F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.97%

R = 64.35%
G = 5.68%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CC125F (or 0xCC125F) is known color: Ruby. HEX triplet: CC, 12 and 5F. RGB value is (204,18,95). Sum of RGB (Red+Green+Blue) = 204+18+95=317 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.35% from 317); Green value is 18 (7.42% from 255 or 5.68% from 317); Blue value is 95 (37.5% from 255 or 29.97% from 317); Max value from RGB is 204 - color contains mainly: red. Hex color #CC125F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC125F is #33EDA0. Grayscale: #525252. Windows color (decimal): -3403169 or 6230732. OLE color: 6230732.

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

Color convert

RGB 204 18 95 -
CMYK 0 0.91 0.53 0.2
HSL 335.16º 0.84% 0.44% -
HSV(B) 335.16º 0.91% 0.8% -
XYZ 27.18 14.1 12.11 -
YUV 82.39 135.12 214.74 -
System Red Green Blue C M Y K H S L
Decimal 204 18 95 0 0.91 0.53 0.2 335.16 0.84 0.44
Hex CC 12 5F 0 5B 35 14 14F 54 2C
Octal 314 22 137 0 133 65 24 517 124 54
Binary 11001100 10010 1011111 0 1011011 110101 10100 101001111 1010100 101100

Color Harmonies of #CC125F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC125F

Black with #CC125F

Text Example


Text Example

White with #CC125F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC125F; }

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

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

background-color css

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

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

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

border-color css

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

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

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