Html Css Color HEX #CF2061 Ruby

📋 copy color: '#CF2061'

red 207 ◦ green 32 ◦ blue 97

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

Shades of Ruby #CF2061

Tints of Ruby #CF2061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 28.87%

R = 61.61%
G = 9.52%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CF2061 (or 0xCF2061) is known color: Ruby. HEX triplet: CF, 20 and 61. RGB value is (207,32,97). Sum of RGB (Red+Green+Blue) = 207+32+97=336 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.61% from 336); Green value is 32 (12.89% from 255 or 9.52% from 336); Blue value is 97 (38.28% from 255 or 28.87% from 336); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2061 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2061 is #30DF9E. Grayscale: #5B5B5B. Windows color (decimal): -3202975 or 6365391. OLE color: 6365391.

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

Color convert

RGB 207 32 97 -
CMYK 0 0.85 0.53 0.19
HSL 337.71º 0.73% 0.47% -
HSV(B) 337.71º 0.85% 0.81% -
XYZ 28.41 15.16 12.74 -
YUV 91.74 130.98 210.21 -
System Red Green Blue C M Y K H S L
Decimal 207 32 97 0 0.85 0.53 0.19 337.71 0.73 0.47
Hex CF 20 61 0 55 35 13 152 49 2F
Octal 317 40 141 0 125 65 23 522 111 57
Binary 11001111 100000 1100001 0 1010101 110101 10011 101010010 1001001 101111

Color Harmonies of #CF2061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2061

Black with #CF2061

Text Example


Text Example

White with #CF2061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2061; }

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

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

background-color css

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

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

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

border-color css

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

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

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