Html Css Color HEX #CF085E Ruby

📋 copy color: '#CF085E'

red 207 ◦ green 8 ◦ blue 94

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

Shades of Ruby #CF085E

Tints of Ruby #CF085E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 30.42%

R = 66.99%
G = 2.59%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CF085E (or 0xCF085E) is known color: Ruby. HEX triplet: CF, 08 and 5E. RGB value is (207,8,94). Sum of RGB (Red+Green+Blue) = 207+8+94=309 (40% of max value = 765). Red value is 207 (81.25% from 255 or 66.99% from 309); Green value is 8 (3.52% from 255 or 2.59% from 309); Blue value is 94 (37.11% from 255 or 30.42% from 309); Max value from RGB is 207 - color contains mainly: red. Hex color #CF085E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF085E is #30F7A1. Grayscale: #4D4D4D. Windows color (decimal): -3209122 or 6162639. OLE color: 6162639.

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

Color convert

RGB 207 8 94 -
CMYK 0 0.96 0.55 0.19
HSL 334.07º 0.93% 0.42% -
HSV(B) 334.07º 0.96% 0.81% -
XYZ 27.84 14.25 11.87 -
YUV 77.31 137.43 220.51 -
System Red Green Blue C M Y K H S L
Decimal 207 8 94 0 0.96 0.55 0.19 334.07 0.93 0.42
Hex CF 8 5E 0 60 37 13 14E 5D 2A
Octal 317 10 136 0 140 67 23 516 135 52
Binary 11001111 1000 1011110 0 1100000 110111 10011 101001110 1011101 101010

Color Harmonies of #CF085E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF085E

Black with #CF085E

Text Example


Text Example

White with #CF085E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF085E; }

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

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

background-color css

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

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

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

border-color css

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

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

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