Html Css Color HEX #CF026B Ruby

📋 copy color: '#CF026B'

red 207 ◦ green 2 ◦ blue 107

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

Shades of Ruby #CF026B

Tints of Ruby #CF026B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 33.86%

R = 65.51%
G = 0.63%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CF026B (or 0xCF026B) is known color: Ruby. HEX triplet: CF, 02 and 6B. RGB value is (207,2,107). Sum of RGB (Red+Green+Blue) = 207+2+107=316 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.51% from 316); Green value is 2 (1.17% from 255 or 0.63% from 316); Blue value is 107 (42.19% from 255 or 33.86% from 316); Max value from RGB is 207 - color contains mainly: red. Hex color #CF026B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF026B is #30FD94. Grayscale: #4B4B4B. Windows color (decimal): -3210645 or 7013071. OLE color: 7013071.

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

Color convert

RGB 207 2 107 -
CMYK 0 0.99 0.48 0.19
HSL 329.27º 0.98% 0.41% -
HSV(B) 329.27º 0.99% 0.81% -
XYZ 28.41 14.37 15.19 -
YUV 75.27 145.92 221.96 -
System Red Green Blue C M Y K H S L
Decimal 207 2 107 0 0.99 0.48 0.19 329.27 0.98 0.41
Hex CF 2 6B 0 63 30 13 149 62 29
Octal 317 2 153 0 143 60 23 511 142 51
Binary 11001111 10 1101011 0 1100011 110000 10011 101001001 1100010 101001

Color Harmonies of #CF026B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF026B

Black with #CF026B

Text Example


Text Example

White with #CF026B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF026B; }

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

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

background-color css

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

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

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

border-color css

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

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

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