Html Css Color HEX #CF2058 Ruby

📋 copy color: '#CF2058'

red 207 ◦ green 32 ◦ blue 88

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

Shades of Ruby #CF2058

Tints of Ruby #CF2058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 26.91%

R = 63.3%
G = 9.79%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CF2058 (or 0xCF2058) is known color: Ruby. HEX triplet: CF, 20 and 58. RGB value is (207,32,88). Sum of RGB (Red+Green+Blue) = 207+32+88=327 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.30% from 327); Green value is 32 (12.89% from 255 or 9.79% from 327); Blue value is 88 (34.77% from 255 or 26.91% from 327); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2058 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2058 is #30DFA7. Grayscale: #5A5A5A. Windows color (decimal): -3202984 or 5775567. OLE color: 5775567.

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

Color convert

RGB 207 32 88 -
CMYK 0 0.85 0.57 0.19
HSL 340.8º 0.73% 0.47% -
HSV(B) 340.8º 0.85% 0.81% -
XYZ 28.01 15 10.65 -
YUV 90.71 126.48 210.95 -
System Red Green Blue C M Y K H S L
Decimal 207 32 88 0 0.85 0.57 0.19 340.8 0.73 0.47
Hex CF 20 58 0 55 39 13 155 49 2F
Octal 317 40 130 0 125 71 23 525 111 57
Binary 11001111 100000 1011000 0 1010101 111001 10011 101010101 1001001 101111

Color Harmonies of #CF2058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2058

Black with #CF2058

Text Example


Text Example

White with #CF2058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2058; }

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

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

background-color css

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

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

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

border-color css

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

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

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