Html Css Color HEX #CF0958 Ruby

📋 copy color: '#CF0958'

red 207 ◦ green 9 ◦ blue 88

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

Shades of Ruby #CF0958

Tints of Ruby #CF0958

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 28.95%

R = 68.09%
G = 2.96%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CF0958 (or 0xCF0958) is known color: Ruby. HEX triplet: CF, 09 and 58. RGB value is (207,9,88). Sum of RGB (Red+Green+Blue) = 207+9+88=304 (40% of max value = 765). Red value is 207 (81.25% from 255 or 68.09% from 304); Green value is 9 (3.91% from 255 or 2.96% from 304); Blue value is 88 (34.77% from 255 or 28.95% from 304); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0958 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0958 is #30F6A7. Grayscale: #4D4D4D. Windows color (decimal): -3208872 or 5769679. OLE color: 5769679.

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

Color convert

RGB 207 9 88 -
CMYK 0 0.96 0.57 0.19
HSL 336.06º 0.92% 0.42% -
HSV(B) 336.06º 0.96% 0.81% -
XYZ 27.59 14.17 10.51 -
YUV 77.21 134.1 220.58 -
System Red Green Blue C M Y K H S L
Decimal 207 9 88 0 0.96 0.57 0.19 336.06 0.92 0.42
Hex CF 9 58 0 60 39 13 150 5C 2A
Octal 317 11 130 0 140 71 23 520 134 52
Binary 11001111 1001 1011000 0 1100000 111001 10011 101010000 1011100 101010

Color Harmonies of #CF0958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0958

Black with #CF0958

Text Example


Text Example

White with #CF0958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0958; }

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

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

background-color css

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

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

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

border-color css

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

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

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