Html Css Color HEX #CF026E Ruby

📋 copy color: '#CF026E'

red 207 ◦ green 2 ◦ blue 110

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

Shades of Ruby #CF026E

Tints of Ruby #CF026E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.63%

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

R = 64.89%
G = 0.63%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CF026E (or 0xCF026E) is known color: Ruby. HEX triplet: CF, 02 and 6E. RGB value is (207,2,110). Sum of RGB (Red+Green+Blue) = 207+2+110=319 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.89% from 319); Green value is 2 (1.17% from 255 or 0.63% from 319); Blue value is 110 (43.36% from 255 or 34.48% from 319); Max value from RGB is 207 - color contains mainly: red. Hex color #CF026E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF026E is #30FD91. Grayscale: #4B4B4B. Windows color (decimal): -3210642 or 7209679. OLE color: 7209679.

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

Color convert

RGB 207 2 110 -
CMYK 0 0.99 0.47 0.19
HSL 328.39º 0.98% 0.41% -
HSV(B) 328.39º 0.99% 0.81% -
XYZ 28.57 14.43 16.03 -
YUV 75.61 147.42 221.72 -
System Red Green Blue C M Y K H S L
Decimal 207 2 110 0 0.99 0.47 0.19 328.39 0.98 0.41
Hex CF 2 6E 0 63 2F 13 148 62 29
Octal 317 2 156 0 143 57 23 510 142 51
Binary 11001111 10 1101110 0 1100011 101111 10011 101001000 1100010 101001

Color Harmonies of #CF026E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF026E

Black with #CF026E

Text Example


Text Example

White with #CF026E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF026E; }

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

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

background-color css

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

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

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

border-color css

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

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

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