Html Css Color HEX #CF295D Cerise

📋 copy color: '#CF295D'

red 207 ◦ green 41 ◦ blue 93

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

Shades of Cerise #CF295D

Tints of Cerise #CF295D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 27.27%

R = 60.7%
G = 12.02%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CF295D (or 0xCF295D) is known color: Cerise. HEX triplet: CF, 29 and 5D. RGB value is (207,41,93). Sum of RGB (Red+Green+Blue) = 207+41+93=341 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.70% from 341); Green value is 41 (16.41% from 255 or 12.02% from 341); Blue value is 93 (36.72% from 255 or 27.27% from 341); Max value from RGB is 207 - color contains mainly: red. Hex color #CF295D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF295D is #30D6A2. Grayscale: #606060. Windows color (decimal): -3200675 or 6105551. OLE color: 6105551.

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

Color convert

RGB 207 41 93 -
CMYK 0 0.80 0.55 0.19
HSL 341.2º 0.67% 0.49% -
HSV(B) 341.2º 0.8% 0.81% -
XYZ 28.5 15.64 11.87 -
YUV 96.56 126 206.77 -
System Red Green Blue C M Y K H S L
Decimal 207 41 93 0 0.80 0.55 0.19 341.2 0.67 0.49
Hex CF 29 5D 0 50 37 13 155 43 31
Octal 317 51 135 0 120 67 23 525 103 61
Binary 11001111 101001 1011101 0 1010000 110111 10011 101010101 1000011 110001

Color Harmonies of #CF295D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF295D

Black with #CF295D

Text Example


Text Example

White with #CF295D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF295D; }

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

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

background-color css

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

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

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

border-color css

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

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

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