Html Css Color HEX #CF205F Ruby

📋 copy color: '#CF205F'

red 207 ◦ green 32 ◦ blue 95

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

Shades of Ruby #CF205F

Tints of Ruby #CF205F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 28.44%

R = 61.98%
G = 9.58%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CF205F (or 0xCF205F) is known color: Ruby. HEX triplet: CF, 20 and 5F. RGB value is (207,32,95). Sum of RGB (Red+Green+Blue) = 207+32+95=334 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.98% from 334); Green value is 32 (12.89% from 255 or 9.58% from 334); Blue value is 95 (37.5% from 255 or 28.44% from 334); Max value from RGB is 207 - color contains mainly: red. Hex color #CF205F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF205F is #30DFA0. Grayscale: #5B5B5B. Windows color (decimal): -3202977 or 6234319. OLE color: 6234319.

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

Color convert

RGB 207 32 95 -
CMYK 0 0.85 0.54 0.19
HSL 338.4º 0.73% 0.47% -
HSV(B) 338.4º 0.85% 0.81% -
XYZ 28.31 15.12 12.25 -
YUV 91.51 129.98 210.38 -
System Red Green Blue C M Y K H S L
Decimal 207 32 95 0 0.85 0.54 0.19 338.4 0.73 0.47
Hex CF 20 5F 0 55 36 13 152 49 2F
Octal 317 40 137 0 125 66 23 522 111 57
Binary 11001111 100000 1011111 0 1010101 110110 10011 101010010 1001001 101111

Color Harmonies of #CF205F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF205F

Black with #CF205F

Text Example


Text Example

White with #CF205F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF205F; }

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

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

background-color css

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

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

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

border-color css

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

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

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