Html Css Color HEX #CF205C Ruby

📋 copy color: '#CF205C'

red 207 ◦ green 32 ◦ blue 92

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

Shades of Ruby #CF205C

Tints of Ruby #CF205C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.67%

 BLUE value IS 92 (36.33% from 255) = 27.79%

R = 62.54%
G = 9.67%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CF205C (or 0xCF205C) is known color: Ruby. HEX triplet: CF, 20 and 5C. RGB value is (207,32,92). Sum of RGB (Red+Green+Blue) = 207+32+92=331 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.54% from 331); Green value is 32 (12.89% from 255 or 9.67% from 331); Blue value is 92 (36.33% from 255 or 27.79% from 331); Max value from RGB is 207 - color contains mainly: red. Hex color #CF205C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF205C is #30DFA3. Grayscale: #5B5B5B. Windows color (decimal): -3202980 or 6037711. OLE color: 6037711.

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

Color convert

RGB 207 32 92 -
CMYK 0 0.85 0.56 0.19
HSL 339.43º 0.73% 0.47% -
HSV(B) 339.43º 0.85% 0.81% -
XYZ 28.18 15.07 11.55 -
YUV 91.17 128.48 210.62 -
System Red Green Blue C M Y K H S L
Decimal 207 32 92 0 0.85 0.56 0.19 339.43 0.73 0.47
Hex CF 20 5C 0 55 38 13 153 49 2F
Octal 317 40 134 0 125 70 23 523 111 57
Binary 11001111 100000 1011100 0 1010101 111000 10011 101010011 1001001 101111

Color Harmonies of #CF205C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF205C

Black with #CF205C

Text Example


Text Example

White with #CF205C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF205C; }

 p { color: rgb(207,32,92); }

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

background-color css

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

 a { background-color: rgb(207,32,92); }

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

border-color css

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

 span { border-color: rgb(207,32,92); }

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