Html Css Color HEX #CF026D Ruby

📋 copy color: '#CF026D'

red 207 ◦ green 2 ◦ blue 109

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

Shades of Ruby #CF026D

Tints of Ruby #CF026D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 34.28%

R = 65.09%
G = 0.63%
B = 34.28%

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

#CF026D (or 0xCF026D) is known color: Ruby. HEX triplet: CF, 02 and 6D. RGB value is (207,2,109). Sum of RGB (Red+Green+Blue) = 207+2+109=318 (42% of max value = 765). Red value is 207 (81.25% from 255 or 65.09% from 318); Green value is 2 (1.17% from 255 or 0.63% from 318); Blue value is 109 (42.97% from 255 or 34.28% from 318); Max value from RGB is 207 - color contains mainly: red. Hex color #CF026D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF026D is #30FD92. Grayscale: #4B4B4B. Windows color (decimal): -3210643 or 7144143. OLE color: 7144143.

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

Color convert

RGB 207 2 109 -
CMYK 0 0.99 0.47 0.19
HSL 328.68º 0.98% 0.41% -
HSV(B) 328.68º 0.99% 0.81% -
XYZ 28.51 14.41 15.75 -
YUV 75.49 146.92 221.8 -
System Red Green Blue C M Y K H S L
Decimal 207 2 109 0 0.99 0.47 0.19 328.68 0.98 0.41
Hex CF 2 6D 0 63 2F 13 149 62 29
Octal 317 2 155 0 143 57 23 511 142 51
Binary 11001111 10 1101101 0 1100011 101111 10011 101001001 1100010 101001

Color Harmonies of #CF026D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF026D

Black with #CF026D

Text Example


Text Example

White with #CF026D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF026D; }

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

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

background-color css

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

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

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

border-color css

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

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

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