Html Css Color HEX #CF026F Ruby

📋 copy color: '#CF026F'

red 207 ◦ green 2 ◦ blue 111

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

Shades of Ruby #CF026F

Tints of Ruby #CF026F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 34.69%

R = 64.69%
G = 0.63%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CF026F (or 0xCF026F) is known color: Ruby. HEX triplet: CF, 02 and 6F. RGB value is (207,2,111). Sum of RGB (Red+Green+Blue) = 207+2+111=320 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.69% from 320); Green value is 2 (1.17% from 255 or 0.62% from 320); Blue value is 111 (43.75% from 255 or 34.69% from 320); Max value from RGB is 207 - color contains mainly: red. Hex color #CF026F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF026F is #30FD90. Grayscale: #4B4B4B. Windows color (decimal): -3210641 or 7275215. OLE color: 7275215.

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

Color convert

RGB 207 2 111 -
CMYK 0 0.99 0.46 0.19
HSL 328.1º 0.98% 0.41% -
HSV(B) 328.1º 0.99% 0.81% -
XYZ 28.62 14.46 16.32 -
YUV 75.72 147.92 221.64 -
System Red Green Blue C M Y K H S L
Decimal 207 2 111 0 0.99 0.46 0.19 328.1 0.98 0.41
Hex CF 2 6F 0 63 2E 13 148 62 29
Octal 317 2 157 0 143 56 23 510 142 51
Binary 11001111 10 1101111 0 1100011 101110 10011 101001000 1100010 101001

Color Harmonies of #CF026F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF026F

Black with #CF026F

Text Example


Text Example

White with #CF026F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF026F; }

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

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

background-color css

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

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

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

border-color css

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

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

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