Html Css Color HEX #CF1C58 Ruby

📋 copy color: '#CF1C58'

red 207 ◦ green 28 ◦ blue 88

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

Shades of Ruby #CF1C58

Tints of Ruby #CF1C58

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.67%

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

R = 64.09%
G = 8.67%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CF1C58 (or 0xCF1C58) is known color: Ruby. HEX triplet: CF, 1C and 58. RGB value is (207,28,88). Sum of RGB (Red+Green+Blue) = 207+28+88=323 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.09% from 323); Green value is 28 (11.33% from 255 or 8.67% from 323); Blue value is 88 (34.77% from 255 or 27.24% from 323); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1C58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF1C58 is #30E3A7. Grayscale: #585858. Windows color (decimal): -3204008 or 5774543. OLE color: 5774543.

HSL color Cylindrical-coordinate representation of color #CF1C58: hue angle of 339.89º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF1C58 is Cyan = 0, Magento = 0.86, Yellow = 0.57 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 28 88 -
CMYK 0 0.86 0.57 0.19
HSL 339.89º 0.76% 0.46% -
HSV(B) 339.89º 0.86% 0.81% -
XYZ 27.91 14.8 10.62 -
YUV 88.36 127.8 212.62 -
System Red Green Blue C M Y K H S L
Decimal 207 28 88 0 0.86 0.57 0.19 339.89 0.76 0.46
Hex CF 1C 58 0 56 39 13 154 4C 2E
Octal 317 34 130 0 126 71 23 524 114 56
Binary 11001111 11100 1011000 0 1010110 111001 10011 101010100 1001100 101110

Color Harmonies of #CF1C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1C58

Black with #CF1C58

Text Example


Text Example

White with #CF1C58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1C58; }

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

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

background-color css

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

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

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

border-color css

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

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

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