Html Css Color HEX #CF1C62 Ruby

📋 copy color: '#CF1C62'

red 207 ◦ green 28 ◦ blue 98

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

Shades of Ruby #CF1C62

Tints of Ruby #CF1C62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 29.43%

R = 62.16%
G = 8.41%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CF1C62 (or 0xCF1C62) is known color: Ruby. HEX triplet: CF, 1C and 62. RGB value is (207,28,98). Sum of RGB (Red+Green+Blue) = 207+28+98=333 (44% of max value = 765). Red value is 207 (81.25% from 255 or 62.16% from 333); Green value is 28 (11.33% from 255 or 8.41% from 333); Blue value is 98 (38.67% from 255 or 29.43% from 333); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1C62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF1C62 is #30E39D. Grayscale: #595959. Windows color (decimal): -3203998 or 6429903. OLE color: 6429903.

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

Color convert

RGB 207 28 98 -
CMYK 0 0.86 0.53 0.19
HSL 336.54º 0.76% 0.46% -
HSV(B) 336.54º 0.86% 0.81% -
XYZ 28.35 14.98 12.95 -
YUV 89.5 132.8 211.81 -
System Red Green Blue C M Y K H S L
Decimal 207 28 98 0 0.86 0.53 0.19 336.54 0.76 0.46
Hex CF 1C 62 0 56 35 13 151 4C 2E
Octal 317 34 142 0 126 65 23 521 114 56
Binary 11001111 11100 1100010 0 1010110 110101 10011 101010001 1001100 101110

Color Harmonies of #CF1C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1C62

Black with #CF1C62

Text Example


Text Example

White with #CF1C62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1C62; }

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

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

background-color css

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

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

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

border-color css

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

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

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