Html Css Color HEX #CF2060 Ruby

📋 copy color: '#CF2060'

red 207 ◦ green 32 ◦ blue 96

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

Shades of Ruby #CF2060

Tints of Ruby #CF2060

RGB

 RED value IS 207 (81.25% from 255) = 61.79%

 GREEN value IS 32 (12.89% from 255) = 9.55%

 BLUE value IS 96 (37.89% from 255) = 28.66%

R = 61.79%
G = 9.55%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CF2060 (or 0xCF2060) is known color: Ruby. HEX triplet: CF, 20 and 60. RGB value is (207,32,96). Sum of RGB (Red+Green+Blue) = 207+32+96=335 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.79% from 335); Green value is 32 (12.89% from 255 or 9.55% from 335); Blue value is 96 (37.89% from 255 or 28.66% from 335); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2060 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2060 is #30DF9F. Grayscale: #5B5B5B. Windows color (decimal): -3202976 or 6299855. OLE color: 6299855.

HSL color Cylindrical-coordinate representation of color #CF2060: hue angle of 338.06º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CF2060 is Cyan = 0, Magento = 0.85, Yellow = 0.54 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 32 96 -
CMYK 0 0.85 0.54 0.19
HSL 338.06º 0.73% 0.47% -
HSV(B) 338.06º 0.85% 0.81% -
XYZ 28.36 15.14 12.49 -
YUV 91.62 130.48 210.3 -
System Red Green Blue C M Y K H S L
Decimal 207 32 96 0 0.85 0.54 0.19 338.06 0.73 0.47
Hex CF 20 60 0 55 36 13 152 49 2F
Octal 317 40 140 0 125 66 23 522 111 57
Binary 11001111 100000 1100000 0 1010101 110110 10011 101010010 1001001 101111

Color Harmonies of #CF2060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2060

Black with #CF2060

Text Example


Text Example

White with #CF2060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2060; }

 p { color: rgb(207,32,96); }

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

background-color css

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

 a { background-color: rgb(207,32,96); }

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

border-color css

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

 span { border-color: rgb(207,32,96); }

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