Html Css Color HEX #CF0F62 Ruby

📋 copy color: '#CF0F62'

red 207 ◦ green 15 ◦ blue 98

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

Shades of Ruby #CF0F62

Tints of Ruby #CF0F62

RGB

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

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

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

R = 64.69%
G = 4.69%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CF0F62 (or 0xCF0F62) is known color: Ruby. HEX triplet: CF, 0F and 62. RGB value is (207,15,98). Sum of RGB (Red+Green+Blue) = 207+15+98=320 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.69% from 320); Green value is 15 (6.25% from 255 or 4.69% from 320); Blue value is 98 (38.67% from 255 or 30.62% from 320); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0F62 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0F62 is #30F09D. Grayscale: #515151. Windows color (decimal): -3207326 or 6426575. OLE color: 6426575.

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

Color convert

RGB 207 15 98 -
CMYK 0 0.93 0.53 0.19
HSL 334.06º 0.86% 0.44% -
HSV(B) 334.06º 0.93% 0.81% -
XYZ 28.11 14.49 12.87 -
YUV 81.87 137.11 217.25 -
System Red Green Blue C M Y K H S L
Decimal 207 15 98 0 0.93 0.53 0.19 334.06 0.86 0.44
Hex CF F 62 0 5D 35 13 14E 56 2C
Octal 317 17 142 0 135 65 23 516 126 54
Binary 11001111 1111 1100010 0 1011101 110101 10011 101001110 1010110 101100

Color Harmonies of #CF0F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0F62

Black with #CF0F62

Text Example


Text Example

White with #CF0F62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0F62; }

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

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

background-color css

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

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

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

border-color css

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

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

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