Html Css Color HEX #CF0D6E Ruby

📋 copy color: '#CF0D6E'

red 207 ◦ green 13 ◦ blue 110

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

Shades of Ruby #CF0D6E

Tints of Ruby #CF0D6E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.94%

 BLUE value IS 110 (43.36% from 255) = 33.33%

R = 62.73%
G = 3.94%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CF0D6E (or 0xCF0D6E) is known color: Ruby. HEX triplet: CF, 0D and 6E. RGB value is (207,13,110). Sum of RGB (Red+Green+Blue) = 207+13+110=330 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.73% from 330); Green value is 13 (5.47% from 255 or 3.94% from 330); Blue value is 110 (43.36% from 255 or 33.33% from 330); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0D6E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0D6E is #30F291. Grayscale: #515151. Windows color (decimal): -3207826 or 7212495. OLE color: 7212495.

HSL color Cylindrical-coordinate representation of color #CF0D6E: hue angle of 330º degrees, saturation: 0.88, 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 #CF0D6E is Cyan = 0, Magento = 0.94, Yellow = 0.47 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 13 110 -
CMYK 0 0.94 0.47 0.19
HSL 330º 0.88% 0.43% -
HSV(B) 330º 0.94% 0.81% -
XYZ 28.69 14.68 16.07 -
YUV 82.06 143.77 217.11 -
System Red Green Blue C M Y K H S L
Decimal 207 13 110 0 0.94 0.47 0.19 330 0.88 0.43
Hex CF D 6E 0 5E 2F 13 14A 58 2B
Octal 317 15 156 0 136 57 23 512 130 53
Binary 11001111 1101 1101110 0 1011110 101111 10011 101001010 1011000 101011

Color Harmonies of #CF0D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0D6E

Black with #CF0D6E

Text Example


Text Example

White with #CF0D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0D6E; }

 p { color: rgb(207,13,110); }

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

background-color css

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

 a { background-color: rgb(207,13,110); }

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

border-color css

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

 span { border-color: rgb(207,13,110); }

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