Html Css Color HEX #CF056C Ruby

📋 copy color: '#CF056C'

red 207 ◦ green 5 ◦ blue 108

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

Shades of Ruby #CF056C

Tints of Ruby #CF056C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 33.75%

R = 64.69%
G = 1.56%
B = 33.75%

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

#CF056C (or 0xCF056C) is known color: Ruby. HEX triplet: CF, 05 and 6C. RGB value is (207,5,108). Sum of RGB (Red+Green+Blue) = 207+5+108=320 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.69% from 320); Green value is 5 (2.34% from 255 or 1.56% from 320); Blue value is 108 (42.58% from 255 or 33.75% from 320); Max value from RGB is 207 - color contains mainly: red. Hex color #CF056C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF056C is #30FA93. Grayscale: #4C4C4C. Windows color (decimal): -3209876 or 7079375. OLE color: 7079375.

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

Color convert

RGB 207 5 108 -
CMYK 0 0.98 0.48 0.19
HSL 329.41º 0.95% 0.42% -
HSV(B) 329.41º 0.98% 0.81% -
XYZ 28.49 14.46 15.48 -
YUV 77.14 145.42 220.62 -
System Red Green Blue C M Y K H S L
Decimal 207 5 108 0 0.98 0.48 0.19 329.41 0.95 0.42
Hex CF 5 6C 0 62 30 13 149 5F 2A
Octal 317 5 154 0 142 60 23 511 137 52
Binary 11001111 101 1101100 0 1100010 110000 10011 101001001 1011111 101010

Color Harmonies of #CF056C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF056C

Black with #CF056C

Text Example


Text Example

White with #CF056C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF056C; }

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

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

background-color css

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

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

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

border-color css

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

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

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