Html Css Color HEX #CF298D Deep Cerise

📋 copy color: '#CF298D'

red 207 ◦ green 41 ◦ blue 141

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

Shades of Deep Cerise #CF298D

Tints of Deep Cerise #CF298D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 36.25%

R = 53.21%
G = 10.54%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CF298D (or 0xCF298D) is known color: Deep Cerise. HEX triplet: CF, 29 and 8D. RGB value is (207,41,141). Sum of RGB (Red+Green+Blue) = 207+41+141=389 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.21% from 389); Green value is 41 (16.41% from 255 or 10.54% from 389); Blue value is 141 (55.47% from 255 or 36.25% from 389); Max value from RGB is 207 - color contains mainly: red. Hex color #CF298D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF298D is #30D672. Grayscale: #656565. Windows color (decimal): -3200627 or 9251279. OLE color: 9251279.

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

Color convert

RGB 207 41 141 -
CMYK 0 0.80 0.32 0.19
HSL 323.86º 0.67% 0.49% -
HSV(B) 323.86º 0.8% 0.81% -
XYZ 31.33 16.77 26.79 -
YUV 102.03 150 202.87 -
System Red Green Blue C M Y K H S L
Decimal 207 41 141 0 0.80 0.32 0.19 323.86 0.67 0.49
Hex CF 29 8D 0 50 20 13 144 43 31
Octal 317 51 215 0 120 40 23 504 103 61
Binary 11001111 101001 10001101 0 1010000 100000 10011 101000100 1000011 110001

Color Harmonies of #CF298D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF298D

Black with #CF298D

Text Example


Text Example

White with #CF298D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF298D; }

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

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

background-color css

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

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

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

border-color css

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

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

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