Html Css Color HEX #CF0857 Ruby

📋 copy color: '#CF0857'

red 207 ◦ green 8 ◦ blue 87

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

Shades of Ruby #CF0857

Tints of Ruby #CF0857

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.65%

 BLUE value IS 87 (34.38% from 255) = 28.81%

R = 68.54%
G = 2.65%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#CF0857 (or 0xCF0857) is known color: Ruby. HEX triplet: CF, 08 and 57. RGB value is (207,8,87). Sum of RGB (Red+Green+Blue) = 207+8+87=302 (40% of max value = 765). Red value is 207 (81.25% from 255 or 68.54% from 302); Green value is 8 (3.52% from 255 or 2.65% from 302); Blue value is 87 (34.38% from 255 or 28.81% from 302); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0857 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0857 is #30F7A8. Grayscale: #4C4C4C. Windows color (decimal): -3209129 or 5703887. OLE color: 5703887.

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

Color convert

RGB 207 8 87 -
CMYK 0 0.96 0.58 0.19
HSL 336.18º 0.93% 0.42% -
HSV(B) 336.18º 0.96% 0.81% -
XYZ 27.54 14.13 10.29 -
YUV 76.51 133.93 221.08 -
System Red Green Blue C M Y K H S L
Decimal 207 8 87 0 0.96 0.58 0.19 336.18 0.93 0.42
Hex CF 8 57 0 60 3A 13 150 5D 2A
Octal 317 10 127 0 140 72 23 520 135 52
Binary 11001111 1000 1010111 0 1100000 111010 10011 101010000 1011101 101010

Color Harmonies of #CF0857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0857

Black with #CF0857

Text Example


Text Example

White with #CF0857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0857; }

 p { color: rgb(207,8,87); }

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

background-color css

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

 a { background-color: rgb(207,8,87); }

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

border-color css

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

 span { border-color: rgb(207,8,87); }

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