Html Css Color HEX #CF297E Deep Cerise

📋 copy color: '#CF297E'

red 207 ◦ green 41 ◦ blue 126

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

Shades of Deep Cerise #CF297E

Tints of Deep Cerise #CF297E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 33.69%

R = 55.35%
G = 10.96%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CF297E (or 0xCF297E) is known color: Deep Cerise. HEX triplet: CF, 29 and 7E. RGB value is (207,41,126). Sum of RGB (Red+Green+Blue) = 207+41+126=374 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.35% from 374); Green value is 41 (16.41% from 255 or 10.96% from 374); Blue value is 126 (49.61% from 255 or 33.69% from 374); Max value from RGB is 207 - color contains mainly: red. Hex color #CF297E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF297E is #30D681. Grayscale: #646464. Windows color (decimal): -3200642 or 8268239. OLE color: 8268239.

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

Color convert

RGB 207 41 126 -
CMYK 0 0.80 0.39 0.19
HSL 329.28º 0.67% 0.49% -
HSV(B) 329.28º 0.8% 0.81% -
XYZ 30.29 16.36 21.3 -
YUV 100.32 142.5 204.09 -
System Red Green Blue C M Y K H S L
Decimal 207 41 126 0 0.80 0.39 0.19 329.28 0.67 0.49
Hex CF 29 7E 0 50 27 13 149 43 31
Octal 317 51 176 0 120 47 23 511 103 61
Binary 11001111 101001 1111110 0 1010000 100111 10011 101001001 1000011 110001

Color Harmonies of #CF297E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF297E

Black with #CF297E

Text Example


Text Example

White with #CF297E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF297E; }

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

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

background-color css

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

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

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

border-color css

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

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

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