Html Css Color HEX #CF295B Cerise

📋 copy color: '#CF295B'

red 207 ◦ green 41 ◦ blue 91

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

Shades of Cerise #CF295B

Tints of Cerise #CF295B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.09%

 BLUE value IS 91 (35.94% from 255) = 26.84%

R = 61.06%
G = 12.09%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CF295B (or 0xCF295B) is known color: Cerise. HEX triplet: CF, 29 and 5B. RGB value is (207,41,91). Sum of RGB (Red+Green+Blue) = 207+41+91=339 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.06% from 339); Green value is 41 (16.41% from 255 or 12.09% from 339); Blue value is 91 (35.94% from 255 or 26.84% from 339); Max value from RGB is 207 - color contains mainly: red. Hex color #CF295B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF295B is #30D6A4. Grayscale: #606060. Windows color (decimal): -3200677 or 5974479. OLE color: 5974479.

HSL color Cylindrical-coordinate representation of color #CF295B: hue angle of 341.93º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CF295B is Cyan = 0, Magento = 0.80, Yellow = 0.56 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 41 91 -
CMYK 0 0.80 0.56 0.19
HSL 341.93º 0.67% 0.49% -
HSV(B) 341.93º 0.8% 0.81% -
XYZ 28.41 15.61 11.41 -
YUV 96.33 125 206.93 -
System Red Green Blue C M Y K H S L
Decimal 207 41 91 0 0.80 0.56 0.19 341.93 0.67 0.49
Hex CF 29 5B 0 50 38 13 156 43 31
Octal 317 51 133 0 120 70 23 526 103 61
Binary 11001111 101001 1011011 0 1010000 111000 10011 101010110 1000011 110001

Color Harmonies of #CF295B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF295B

Black with #CF295B

Text Example


Text Example

White with #CF295B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF295B; }

 p { color: rgb(207,41,91); }

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

background-color css

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

 a { background-color: rgb(207,41,91); }

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

border-color css

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

 span { border-color: rgb(207,41,91); }

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