Html Css Color HEX #CF056B Ruby

📋 copy color: '#CF056B'

red 207 ◦ green 5 ◦ blue 107

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

Shades of Ruby #CF056B

Tints of Ruby #CF056B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.57%

 BLUE value IS 107 (42.19% from 255) = 33.54%

R = 64.89%
G = 1.57%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CF056B (or 0xCF056B) is known color: Ruby. HEX triplet: CF, 05 and 6B. RGB value is (207,5,107). Sum of RGB (Red+Green+Blue) = 207+5+107=319 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.89% from 319); Green value is 5 (2.34% from 255 or 1.57% from 319); Blue value is 107 (42.19% from 255 or 33.54% from 319); Max value from RGB is 207 - color contains mainly: red. Hex color #CF056B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF056B is #30FA94. Grayscale: #4C4C4C. Windows color (decimal): -3209877 or 7013839. OLE color: 7013839.

HSL color Cylindrical-coordinate representation of color #CF056B: hue angle of 329.7º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF056B is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 5 107 -
CMYK 0 0.98 0.48 0.19
HSL 329.7º 0.95% 0.42% -
HSV(B) 329.7º 0.98% 0.81% -
XYZ 28.44 14.44 15.2 -
YUV 77.03 144.92 220.71 -
System Red Green Blue C M Y K H S L
Decimal 207 5 107 0 0.98 0.48 0.19 329.7 0.95 0.42
Hex CF 5 6B 0 62 30 13 14A 5F 2A
Octal 317 5 153 0 142 60 23 512 137 52
Binary 11001111 101 1101011 0 1100010 110000 10011 101001010 1011111 101010

Color Harmonies of #CF056B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF056B

Black with #CF056B

Text Example


Text Example

White with #CF056B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF056B; }

 p { color: rgb(207,5,107); }

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

background-color css

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

 a { background-color: rgb(207,5,107); }

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

border-color css

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

 span { border-color: rgb(207,5,107); }

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