Html Css Color HEX #CF0F6D Ruby

📋 copy color: '#CF0F6D'

red 207 ◦ green 15 ◦ blue 109

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

Shades of Ruby #CF0F6D

Tints of Ruby #CF0F6D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.53%

 BLUE value IS 109 (42.97% from 255) = 32.93%

R = 62.54%
G = 4.53%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CF0F6D (or 0xCF0F6D) is known color: Ruby. HEX triplet: CF, 0F and 6D. RGB value is (207,15,109). Sum of RGB (Red+Green+Blue) = 207+15+109=331 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.54% from 331); Green value is 15 (6.25% from 255 or 4.53% from 331); Blue value is 109 (42.97% from 255 or 32.93% from 331); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0F6D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0F6D is #30F092. Grayscale: #525252. Windows color (decimal): -3207315 or 7147471. OLE color: 7147471.

HSL color Cylindrical-coordinate representation of color #CF0F6D: hue angle of 330.62º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF0F6D is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 15 109 -
CMYK 0 0.93 0.47 0.19
HSL 330.63º 0.86% 0.44% -
HSV(B) 330.63º 0.93% 0.81% -
XYZ 28.66 14.71 15.8 -
YUV 83.12 142.61 216.36 -
System Red Green Blue C M Y K H S L
Decimal 207 15 109 0 0.93 0.47 0.19 330.63 0.86 0.44
Hex CF F 6D 0 5D 2F 13 14B 56 2C
Octal 317 17 155 0 135 57 23 513 126 54
Binary 11001111 1111 1101101 0 1011101 101111 10011 101001011 1010110 101100

Color Harmonies of #CF0F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0F6D

Black with #CF0F6D

Text Example


Text Example

White with #CF0F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0F6D; }

 p { color: rgb(207,15,109); }

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

background-color css

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

 a { background-color: rgb(207,15,109); }

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

border-color css

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

 span { border-color: rgb(207,15,109); }

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