Html Css Color HEX #CF297D Deep Cerise

📋 copy color: '#CF297D'

red 207 ◦ green 41 ◦ blue 125

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

Shades of Deep Cerise #CF297D

Tints of Deep Cerise #CF297D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.51%

R = 55.5%
G = 10.99%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CF297D (or 0xCF297D) is known color: Deep Cerise. HEX triplet: CF, 29 and 7D. RGB value is (207,41,125). Sum of RGB (Red+Green+Blue) = 207+41+125=373 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.50% from 373); Green value is 41 (16.41% from 255 or 10.99% from 373); Blue value is 125 (49.22% from 255 or 33.51% from 373); Max value from RGB is 207 - color contains mainly: red. Hex color #CF297D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF297D is #30D682. Grayscale: #646464. Windows color (decimal): -3200643 or 8202703. OLE color: 8202703.

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

Color convert

RGB 207 41 125 -
CMYK 0 0.80 0.40 0.19
HSL 329.64º 0.67% 0.49% -
HSV(B) 329.64º 0.8% 0.81% -
XYZ 30.23 16.33 20.96 -
YUV 100.21 142 204.17 -
System Red Green Blue C M Y K H S L
Decimal 207 41 125 0 0.80 0.40 0.19 329.64 0.67 0.49
Hex CF 29 7D 0 50 28 13 14A 43 31
Octal 317 51 175 0 120 50 23 512 103 61
Binary 11001111 101001 1111101 0 1010000 101000 10011 101001010 1000011 110001

Color Harmonies of #CF297D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF297D

Black with #CF297D

Text Example


Text Example

White with #CF297D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF297D; }

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

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

background-color css

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

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

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

border-color css

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

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

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