Html Css Color HEX #CF2062 Ruby

📋 copy color: '#CF2062'

red 207 ◦ green 32 ◦ blue 98

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

Shades of Ruby #CF2062

Tints of Ruby #CF2062

RGB

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

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

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

R = 61.42%
G = 9.5%
B = 29.08%

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

#CF2062 (or 0xCF2062) is known color: Ruby. HEX triplet: CF, 20 and 62. RGB value is (207,32,98). Sum of RGB (Red+Green+Blue) = 207+32+98=337 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.42% from 337); Green value is 32 (12.89% from 255 or 9.50% from 337); Blue value is 98 (38.67% from 255 or 29.08% from 337); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2062 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2062 is #30DF9D. Grayscale: #5B5B5B. Windows color (decimal): -3202974 or 6430927. OLE color: 6430927.

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

Color convert

RGB 207 32 98 -
CMYK 0 0.85 0.53 0.19
HSL 337.37º 0.73% 0.47% -
HSV(B) 337.37º 0.85% 0.81% -
XYZ 28.45 15.18 12.99 -
YUV 91.85 131.48 210.13 -
System Red Green Blue C M Y K H S L
Decimal 207 32 98 0 0.85 0.53 0.19 337.37 0.73 0.47
Hex CF 20 62 0 55 35 13 151 49 2F
Octal 317 40 142 0 125 65 23 521 111 57
Binary 11001111 100000 1100010 0 1010101 110101 10011 101010001 1001001 101111

Color Harmonies of #CF2062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2062

Black with #CF2062

Text Example


Text Example

White with #CF2062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2062; }

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

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

background-color css

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

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

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

border-color css

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

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

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