Html Css Color HEX #CF1963 Ruby

📋 copy color: '#CF1963'

red 207 ◦ green 25 ◦ blue 99

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

Shades of Ruby #CF1963

Tints of Ruby #CF1963

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.55%

 BLUE value IS 99 (39.06% from 255) = 29.91%

R = 62.54%
G = 7.55%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#CF1963 (or 0xCF1963) is known color: Ruby. HEX triplet: CF, 19 and 63. RGB value is (207,25,99). Sum of RGB (Red+Green+Blue) = 207+25+99=331 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.54% from 331); Green value is 25 (10.16% from 255 or 7.55% from 331); Blue value is 99 (39.06% from 255 or 29.91% from 331); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1963 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1963 is #30E69C. Grayscale: #575757. Windows color (decimal): -3204765 or 6494671. OLE color: 6494671.

HSL color Cylindrical-coordinate representation of color #CF1963: hue angle of 335.6º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CF1963 is Cyan = 0, Magento = 0.88, Yellow = 0.52 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 25 99 -
CMYK 0 0.88 0.52 0.19
HSL 335.6º 0.78% 0.45% -
HSV(B) 335.6º 0.88% 0.81% -
XYZ 28.33 14.86 13.18 -
YUV 87.85 134.3 212.98 -
System Red Green Blue C M Y K H S L
Decimal 207 25 99 0 0.88 0.52 0.19 335.6 0.78 0.45
Hex CF 19 63 0 58 34 13 150 4E 2D
Octal 317 31 143 0 130 64 23 520 116 55
Binary 11001111 11001 1100011 0 1011000 110100 10011 101010000 1001110 101101

Color Harmonies of #CF1963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1963

Black with #CF1963

Text Example


Text Example

White with #CF1963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1963; }

 p { color: rgb(207,25,99); }

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

background-color css

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

 a { background-color: rgb(207,25,99); }

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

border-color css

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

 span { border-color: rgb(207,25,99); }

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