Html Css Color HEX #CF0562 Ruby

📋 copy color: '#CF0562'

red 207 ◦ green 5 ◦ blue 98

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

Shades of Ruby #CF0562

Tints of Ruby #CF0562

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.61%

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

R = 66.77%
G = 1.61%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CF0562 (or 0xCF0562) is known color: Ruby. HEX triplet: CF, 05 and 62. RGB value is (207,5,98). Sum of RGB (Red+Green+Blue) = 207+5+98=310 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.77% from 310); Green value is 5 (2.34% from 255 or 1.61% from 310); Blue value is 98 (38.67% from 255 or 31.61% from 310); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0562 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0562 is #30FA9D. Grayscale: #4B4B4B. Windows color (decimal): -3209886 or 6424015. OLE color: 6424015.

HSL color Cylindrical-coordinate representation of color #CF0562: hue angle of 332.38º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF0562 is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 5 98 -
CMYK 0 0.98 0.53 0.19
HSL 332.38º 0.95% 0.42% -
HSV(B) 332.38º 0.98% 0.81% -
XYZ 27.99 14.26 12.83 -
YUV 76 140.42 221.44 -
System Red Green Blue C M Y K H S L
Decimal 207 5 98 0 0.98 0.53 0.19 332.38 0.95 0.42
Hex CF 5 62 0 62 35 13 14C 5F 2A
Octal 317 5 142 0 142 65 23 514 137 52
Binary 11001111 101 1100010 0 1100010 110101 10011 101001100 1011111 101010

Color Harmonies of #CF0562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0562

Black with #CF0562

Text Example


Text Example

White with #CF0562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0562; }

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

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

background-color css

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

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

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

border-color css

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

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

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