Html Css Color HEX #CF056E Ruby

📋 copy color: '#CF056E'

red 207 ◦ green 5 ◦ blue 110

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

Shades of Ruby #CF056E

Tints of Ruby #CF056E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 34.16%

R = 64.29%
G = 1.55%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CF056E (or 0xCF056E) is known color: Ruby. HEX triplet: CF, 05 and 6E. RGB value is (207,5,110). Sum of RGB (Red+Green+Blue) = 207+5+110=322 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.29% from 322); Green value is 5 (2.34% from 255 or 1.55% from 322); Blue value is 110 (43.36% from 255 or 34.16% from 322); Max value from RGB is 207 - color contains mainly: red. Hex color #CF056E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF056E is #30FA91. Grayscale: #4D4D4D. Windows color (decimal): -3209874 or 7210447. OLE color: 7210447.

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

Color convert

RGB 207 5 110 -
CMYK 0 0.98 0.47 0.19
HSL 328.81º 0.95% 0.42% -
HSV(B) 328.81º 0.98% 0.81% -
XYZ 28.6 14.5 16.04 -
YUV 77.37 146.42 220.46 -
System Red Green Blue C M Y K H S L
Decimal 207 5 110 0 0.98 0.47 0.19 328.81 0.95 0.42
Hex CF 5 6E 0 62 2F 13 149 5F 2A
Octal 317 5 156 0 142 57 23 511 137 52
Binary 11001111 101 1101110 0 1100010 101111 10011 101001001 1011111 101010

Color Harmonies of #CF056E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF056E

Black with #CF056E

Text Example


Text Example

White with #CF056E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF056E; }

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

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

background-color css

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

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

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

border-color css

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

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

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