Html Css Color HEX #CF0C5F Ruby

📋 copy color: '#CF0C5F'

red 207 ◦ green 12 ◦ blue 95

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

Shades of Ruby #CF0C5F

Tints of Ruby #CF0C5F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.82%

 BLUE value IS 95 (37.5% from 255) = 30.25%

R = 65.92%
G = 3.82%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CF0C5F (or 0xCF0C5F) is known color: Ruby. HEX triplet: CF, 0C and 5F. RGB value is (207,12,95). Sum of RGB (Red+Green+Blue) = 207+12+95=314 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.92% from 314); Green value is 12 (5.08% from 255 or 3.82% from 314); Blue value is 95 (37.5% from 255 or 30.25% from 314); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0C5F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0C5F is #30F3A0. Grayscale: #4F4F4F. Windows color (decimal): -3208097 or 6229199. OLE color: 6229199.

HSL color Cylindrical-coordinate representation of color #CF0C5F: hue angle of 334.46º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF0C5F is Cyan = 0, Magento = 0.94, Yellow = 0.54 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 12 95 -
CMYK 0 0.94 0.54 0.19
HSL 334.46º 0.89% 0.43% -
HSV(B) 334.46º 0.94% 0.81% -
XYZ 27.93 14.35 12.13 -
YUV 79.77 136.6 218.75 -
System Red Green Blue C M Y K H S L
Decimal 207 12 95 0 0.94 0.54 0.19 334.46 0.89 0.43
Hex CF C 5F 0 5E 36 13 14E 59 2B
Octal 317 14 137 0 136 66 23 516 131 53
Binary 11001111 1100 1011111 0 1011110 110110 10011 101001110 1011001 101011

Color Harmonies of #CF0C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0C5F

Black with #CF0C5F

Text Example


Text Example

White with #CF0C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0C5F; }

 p { color: rgb(207,12,95); }

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

background-color css

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

 a { background-color: rgb(207,12,95); }

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

border-color css

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

 span { border-color: rgb(207,12,95); }

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