Html Css Color HEX #CF1F63 Ruby

📋 copy color: '#CF1F63'

red 207 ◦ green 31 ◦ blue 99

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

Shades of Ruby #CF1F63

Tints of Ruby #CF1F63

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.2%

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

R = 61.42%
G = 9.2%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#CF1F63 (or 0xCF1F63) is known color: Ruby. HEX triplet: CF, 1F and 63. RGB value is (207,31,99). Sum of RGB (Red+Green+Blue) = 207+31+99=337 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.42% from 337); Green value is 31 (12.5% from 255 or 9.20% from 337); Blue value is 99 (39.06% from 255 or 29.38% from 337); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1F63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF1F63 is #30E09C. Grayscale: #5B5B5B. Windows color (decimal): -3203229 or 6496207. OLE color: 6496207.

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

Color convert

RGB 207 31 99 -
CMYK 0 0.85 0.52 0.19
HSL 336.82º 0.74% 0.47% -
HSV(B) 336.82º 0.85% 0.81% -
XYZ 28.47 15.15 13.23 -
YUV 91.38 132.31 210.47 -
System Red Green Blue C M Y K H S L
Decimal 207 31 99 0 0.85 0.52 0.19 336.82 0.74 0.47
Hex CF 1F 63 0 55 34 13 151 4A 2F
Octal 317 37 143 0 125 64 23 521 112 57
Binary 11001111 11111 1100011 0 1010101 110100 10011 101010001 1001010 101111

Color Harmonies of #CF1F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1F63

Black with #CF1F63

Text Example


Text Example

White with #CF1F63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1F63; }

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

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

background-color css

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

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

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

border-color css

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

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

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