Html Css Color HEX #CC126B Ruby

📋 copy color: '#CC126B'

red 204 ◦ green 18 ◦ blue 107

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

Shades of Ruby #CC126B

Tints of Ruby #CC126B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.52%

R = 62.01%
G = 5.47%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.48

 K value IS 0.2

RGB Variations

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

Color information

#CC126B (or 0xCC126B) is known color: Ruby. HEX triplet: CC, 12 and 6B. RGB value is (204,18,107). Sum of RGB (Red+Green+Blue) = 204+18+107=329 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.01% from 329); Green value is 18 (7.42% from 255 or 5.47% from 329); Blue value is 107 (42.19% from 255 or 32.52% from 329); Max value from RGB is 204 - color contains mainly: red. Hex color #CC126B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC126B is #33ED94. Grayscale: #535353. Windows color (decimal): -3403157 or 7017164. OLE color: 7017164.

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

Color convert

RGB 204 18 107 -
CMYK 0 0.91 0.48 0.2
HSL 331.29º 0.84% 0.44% -
HSV(B) 331.29º 0.91% 0.8% -
XYZ 27.77 14.33 15.21 -
YUV 83.76 141.12 213.76 -
System Red Green Blue C M Y K H S L
Decimal 204 18 107 0 0.91 0.48 0.2 331.29 0.84 0.44
Hex CC 12 6B 0 5B 30 14 14B 54 2C
Octal 314 22 153 0 133 60 24 513 124 54
Binary 11001100 10010 1101011 0 1011011 110000 10100 101001011 1010100 101100

Color Harmonies of #CC126B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC126B

Black with #CC126B

Text Example


Text Example

White with #CC126B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC126B; }

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

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

background-color css

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

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

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

border-color css

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

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

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