Html Css Color HEX #CF0962 Ruby

📋 copy color: '#CF0962'

red 207 ◦ green 9 ◦ blue 98

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

Shades of Ruby #CF0962

Tints of Ruby #CF0962

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.87%

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

R = 65.92%
G = 2.87%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CF0962 (or 0xCF0962) is known color: Ruby. HEX triplet: CF, 09 and 62. RGB value is (207,9,98). Sum of RGB (Red+Green+Blue) = 207+9+98=314 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.92% from 314); Green value is 9 (3.91% from 255 or 2.87% from 314); Blue value is 98 (38.67% from 255 or 31.21% from 314); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0962 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0962 is #30F69D. Grayscale: #4E4E4E. Windows color (decimal): -3208862 or 6425039. OLE color: 6425039.

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

Color convert

RGB 207 9 98 -
CMYK 0 0.96 0.53 0.19
HSL 333.03º 0.92% 0.42% -
HSV(B) 333.03º 0.96% 0.81% -
XYZ 28.03 14.34 12.85 -
YUV 78.35 139.1 219.76 -
System Red Green Blue C M Y K H S L
Decimal 207 9 98 0 0.96 0.53 0.19 333.03 0.92 0.42
Hex CF 9 62 0 60 35 13 14D 5C 2A
Octal 317 11 142 0 140 65 23 515 134 52
Binary 11001111 1001 1100010 0 1100000 110101 10011 101001101 1011100 101010

Color Harmonies of #CF0962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0962

Black with #CF0962

Text Example


Text Example

White with #CF0962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0962; }

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

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

background-color css

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

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

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

border-color css

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

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

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