Html Css Color HEX #CF006D Ruby

📋 copy color: '#CF006D'

red 207 ◦ green 0 ◦ blue 109

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

Shades of Ruby #CF006D

Tints of Ruby #CF006D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 65.51%
G = 0%
B = 34.49%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CF006D (or 0xCF006D) is known color: Ruby. HEX triplet: CF, 00 and 6D. RGB value is (207,0,109). Sum of RGB (Red+Green+Blue) = 207+0+109=316 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.51% from 316); Green value is 0 (0.39% from 255 or 0% from 316); Blue value is 109 (42.97% from 255 or 34.49% from 316); Max value from RGB is 207 - color contains mainly: red. Hex color #CF006D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF006D is #30FF92. Grayscale: #4A4A4A. Windows color (decimal): -3211155 or 7143631. OLE color: 7143631.

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

Color convert

RGB 207 0 109 -
CMYK 0 1 0.47 0.19
HSL 328.41º 1% 0.41% -
HSV(B) 328.41º 1% 0.81% -
XYZ 28.49 14.37 15.74 -
YUV 74.32 147.58 222.64 -
System Red Green Blue C M Y K H S L
Decimal 207 0 109 0 1 0.47 0.19 328.41 1 0.41
Hex CF 0 6D 0 64 2F 13 148 64 29
Octal 317 0 155 0 144 57 23 510 144 51
Binary 11001111 0 1101101 0 1100100 101111 10011 101001000 1100100 101001

Color Harmonies of #CF006D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF006D

Black with #CF006D

Text Example


Text Example

White with #CF006D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF006D; }

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

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

background-color css

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

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

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

border-color css

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

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

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