Html Css Color HEX #CF006E Ruby

📋 copy color: '#CF006E'

red 207 ◦ green 0 ◦ blue 110

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

Shades of Ruby #CF006E

Tints of Ruby #CF006E

RGB

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

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

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

R = 65.3%
G = 0%
B = 34.7%

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

#CF006E (or 0xCF006E) is known color: Ruby. HEX triplet: CF, 00 and 6E. RGB value is (207,0,110). Sum of RGB (Red+Green+Blue) = 207+0+110=317 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.30% from 317); Green value is 0 (0.39% from 255 or 0% from 317); Blue value is 110 (43.36% from 255 or 34.70% from 317); Max value from RGB is 207 - color contains mainly: red. Hex color #CF006E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF006E is #30FF91. Grayscale: #4A4A4A. Windows color (decimal): -3211154 or 7209167. OLE color: 7209167.

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

Color convert

RGB 207 0 110 -
CMYK 0 1 0.47 0.19
HSL 328.12º 1% 0.41% -
HSV(B) 328.12º 1% 0.81% -
XYZ 28.55 14.39 16.03 -
YUV 74.43 148.08 222.56 -
System Red Green Blue C M Y K H S L
Decimal 207 0 110 0 1 0.47 0.19 328.12 1 0.41
Hex CF 0 6E 0 64 2F 13 148 64 29
Octal 317 0 156 0 144 57 23 510 144 51
Binary 11001111 0 1101110 0 1100100 101111 10011 101001000 1100100 101001

Color Harmonies of #CF006E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF006E

Black with #CF006E

Text Example


Text Example

White with #CF006E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF006E; }

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

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

background-color css

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

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

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

border-color css

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

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

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