Html Css Color HEX #CF026A Ruby

📋 copy color: '#CF026A'

red 207 ◦ green 2 ◦ blue 106

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

Shades of Ruby #CF026A

Tints of Ruby #CF026A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 33.65%

R = 65.71%
G = 0.63%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CF026A (or 0xCF026A) is known color: Ruby. HEX triplet: CF, 02 and 6A. RGB value is (207,2,106). Sum of RGB (Red+Green+Blue) = 207+2+106=315 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.71% from 315); Green value is 2 (1.17% from 255 or 0.63% from 315); Blue value is 106 (41.80% from 255 or 33.65% from 315); Max value from RGB is 207 - color contains mainly: red. Hex color #CF026A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF026A is #30FD95. Grayscale: #4A4A4A. Windows color (decimal): -3210646 or 6947535. OLE color: 6947535.

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

Color convert

RGB 207 2 106 -
CMYK 0 0.99 0.49 0.19
HSL 329.56º 0.98% 0.41% -
HSV(B) 329.56º 0.99% 0.81% -
XYZ 28.36 14.35 14.91 -
YUV 75.15 145.42 222.04 -
System Red Green Blue C M Y K H S L
Decimal 207 2 106 0 0.99 0.49 0.19 329.56 0.98 0.41
Hex CF 2 6A 0 63 31 13 14A 62 29
Octal 317 2 152 0 143 61 23 512 142 51
Binary 11001111 10 1101010 0 1100011 110001 10011 101001010 1100010 101001

Color Harmonies of #CF026A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF026A

Black with #CF026A

Text Example


Text Example

White with #CF026A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF026A; }

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

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

background-color css

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

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

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

border-color css

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

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

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