Html Css Color HEX #CF125B Ruby

📋 copy color: '#CF125B'

red 207 ◦ green 18 ◦ blue 91

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

Shades of Ruby #CF125B

Tints of Ruby #CF125B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.7%

 BLUE value IS 91 (35.94% from 255) = 28.8%

R = 65.51%
G = 5.7%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CF125B (or 0xCF125B) is known color: Ruby. HEX triplet: CF, 12 and 5B. RGB value is (207,18,91). Sum of RGB (Red+Green+Blue) = 207+18+91=316 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.51% from 316); Green value is 18 (7.42% from 255 or 5.70% from 316); Blue value is 91 (35.94% from 255 or 28.80% from 316); Max value from RGB is 207 - color contains mainly: red. Hex color #CF125B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF125B is #30EDA4. Grayscale: #525252. Windows color (decimal): -3206565 or 5968591. OLE color: 5968591.

HSL color Cylindrical-coordinate representation of color #CF125B: hue angle of 336.83º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF125B is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 18 91 -
CMYK 0 0.91 0.56 0.19
HSL 336.83º 0.84% 0.44% -
HSV(B) 336.83º 0.91% 0.81% -
XYZ 27.84 14.45 11.22 -
YUV 82.83 132.62 216.56 -
System Red Green Blue C M Y K H S L
Decimal 207 18 91 0 0.91 0.56 0.19 336.83 0.84 0.44
Hex CF 12 5B 0 5B 38 13 151 54 2C
Octal 317 22 133 0 133 70 23 521 124 54
Binary 11001111 10010 1011011 0 1011011 111000 10011 101010001 1010100 101100

Color Harmonies of #CF125B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF125B

Black with #CF125B

Text Example


Text Example

White with #CF125B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF125B; }

 p { color: rgb(207,18,91); }

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

background-color css

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

 a { background-color: rgb(207,18,91); }

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

border-color css

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

 span { border-color: rgb(207,18,91); }

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