Html Css Color HEX #CC0F62 Ruby

📋 copy color: '#CC0F62'

red 204 ◦ green 15 ◦ blue 98

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

Shades of Ruby #CC0F62

Tints of Ruby #CC0F62

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.73%

 BLUE value IS 98 (38.67% from 255) = 30.91%

R = 64.35%
G = 4.73%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.52

 K value IS 0.2

RGB Variations

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

Color information

#CC0F62 (or 0xCC0F62) is known color: Ruby. HEX triplet: CC, 0F and 62. RGB value is (204,15,98). Sum of RGB (Red+Green+Blue) = 204+15+98=317 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.35% from 317); Green value is 15 (6.25% from 255 or 4.73% from 317); Blue value is 98 (38.67% from 255 or 30.91% from 317); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0F62 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0F62 is #33F09D. Grayscale: #505050. Windows color (decimal): -3403934 or 6426572. OLE color: 6426572.

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

Color convert

RGB 204 15 98 -
CMYK 0 0.93 0.52 0.2
HSL 333.65º 0.86% 0.43% -
HSV(B) 333.65º 0.93% 0.8% -
XYZ 27.28 14.06 12.83 -
YUV 80.97 137.62 215.75 -
System Red Green Blue C M Y K H S L
Decimal 204 15 98 0 0.93 0.52 0.2 333.65 0.86 0.43
Hex CC F 62 0 5D 34 14 14E 56 2B
Octal 314 17 142 0 135 64 24 516 126 53
Binary 11001100 1111 1100010 0 1011101 110100 10100 101001110 1010110 101011

Color Harmonies of #CC0F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0F62

Black with #CC0F62

Text Example


Text Example

White with #CC0F62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0F62; }

 p { color: rgb(204,15,98); }

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

background-color css

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

 a { background-color: rgb(204,15,98); }

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

border-color css

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

 span { border-color: rgb(204,15,98); }

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