Html Css Color HEX #CF206D Ruby

📋 copy color: '#CF206D'

red 207 ◦ green 32 ◦ blue 109

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

Shades of Ruby #CF206D

Tints of Ruby #CF206D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 31.32%

R = 59.48%
G = 9.2%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CF206D (or 0xCF206D) is known color: Ruby. HEX triplet: CF, 20 and 6D. RGB value is (207,32,109). Sum of RGB (Red+Green+Blue) = 207+32+109=348 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.48% from 348); Green value is 32 (12.89% from 255 or 9.20% from 348); Blue value is 109 (42.97% from 255 or 31.32% from 348); Max value from RGB is 207 - color contains mainly: red. Hex color #CF206D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF206D is #30DF92. Grayscale: #5C5C5C. Windows color (decimal): -3202963 or 7151823. OLE color: 7151823.

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

Color convert

RGB 207 32 109 -
CMYK 0 0.85 0.47 0.19
HSL 333.6º 0.73% 0.47% -
HSV(B) 333.6º 0.85% 0.81% -
XYZ 29.01 15.4 15.91 -
YUV 93.1 136.98 209.24 -
System Red Green Blue C M Y K H S L
Decimal 207 32 109 0 0.85 0.47 0.19 333.6 0.73 0.47
Hex CF 20 6D 0 55 2F 13 14E 49 2F
Octal 317 40 155 0 125 57 23 516 111 57
Binary 11001111 100000 1101101 0 1010101 101111 10011 101001110 1001001 101111

Color Harmonies of #CF206D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF206D

Black with #CF206D

Text Example


Text Example

White with #CF206D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF206D; }

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

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

background-color css

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

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

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

border-color css

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

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

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