Html Css Color HEX #CF0565 Ruby

📋 copy color: '#CF0565'

red 207 ◦ green 5 ◦ blue 101

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

Shades of Ruby #CF0565

Tints of Ruby #CF0565

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.6%

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

R = 66.13%
G = 1.6%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CF0565 (or 0xCF0565) is known color: Ruby. HEX triplet: CF, 05 and 65. RGB value is (207,5,101). Sum of RGB (Red+Green+Blue) = 207+5+101=313 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.13% from 313); Green value is 5 (2.34% from 255 or 1.60% from 313); Blue value is 101 (39.84% from 255 or 32.27% from 313); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0565 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0565 is #30FA9A. Grayscale: #4C4C4C. Windows color (decimal): -3209883 or 6620623. OLE color: 6620623.

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

Color convert

RGB 207 5 101 -
CMYK 0 0.98 0.51 0.19
HSL 331.49º 0.95% 0.42% -
HSV(B) 331.49º 0.98% 0.81% -
XYZ 28.14 14.31 13.59 -
YUV 76.34 141.92 221.19 -
System Red Green Blue C M Y K H S L
Decimal 207 5 101 0 0.98 0.51 0.19 331.49 0.95 0.42
Hex CF 5 65 0 62 33 13 14B 5F 2A
Octal 317 5 145 0 142 63 23 513 137 52
Binary 11001111 101 1100101 0 1100010 110011 10011 101001011 1011111 101010

Color Harmonies of #CF0565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0565

Black with #CF0565

Text Example


Text Example

White with #CF0565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0565; }

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

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

background-color css

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

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

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

border-color css

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

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

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