Html Css Color HEX #CF2065 Ruby

📋 copy color: '#CF2065'

red 207 ◦ green 32 ◦ blue 101

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

Shades of Ruby #CF2065

Tints of Ruby #CF2065

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.41%

 BLUE value IS 101 (39.84% from 255) = 29.71%

R = 60.88%
G = 9.41%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CF2065 (or 0xCF2065) is known color: Ruby. HEX triplet: CF, 20 and 65. RGB value is (207,32,101). Sum of RGB (Red+Green+Blue) = 207+32+101=340 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.88% from 340); Green value is 32 (12.89% from 255 or 9.41% from 340); Blue value is 101 (39.84% from 255 or 29.71% from 340); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2065 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2065 is #30DF9A. Grayscale: #5C5C5C. Windows color (decimal): -3202971 or 6627535. OLE color: 6627535.

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

Color convert

RGB 207 32 101 -
CMYK 0 0.85 0.51 0.19
HSL 336.34º 0.73% 0.47% -
HSV(B) 336.34º 0.85% 0.81% -
XYZ 28.6 15.24 13.75 -
YUV 92.19 132.98 209.89 -
System Red Green Blue C M Y K H S L
Decimal 207 32 101 0 0.85 0.51 0.19 336.34 0.73 0.47
Hex CF 20 65 0 55 33 13 150 49 2F
Octal 317 40 145 0 125 63 23 520 111 57
Binary 11001111 100000 1100101 0 1010101 110011 10011 101010000 1001001 101111

Color Harmonies of #CF2065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2065

Black with #CF2065

Text Example


Text Example

White with #CF2065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2065; }

 p { color: rgb(207,32,101); }

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

background-color css

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

 a { background-color: rgb(207,32,101); }

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

border-color css

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

 span { border-color: rgb(207,32,101); }

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