Html Css Color HEX #CF297F Deep Cerise

📋 copy color: '#CF297F'

red 207 ◦ green 41 ◦ blue 127

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

Shades of Deep Cerise #CF297F

Tints of Deep Cerise #CF297F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 33.87%

R = 55.2%
G = 10.93%
B = 33.87%

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

#CF297F (or 0xCF297F) is known color: Deep Cerise. HEX triplet: CF, 29 and 7F. RGB value is (207,41,127). Sum of RGB (Red+Green+Blue) = 207+41+127=375 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.2% from 375); Green value is 41 (16.41% from 255 or 10.93% from 375); Blue value is 127 (50% from 255 or 33.87% from 375); Max value from RGB is 207 - color contains mainly: red. Hex color #CF297F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF297F is #30D680. Grayscale: #646464. Windows color (decimal): -3200641 or 8333775. OLE color: 8333775.

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

Color convert

RGB 207 41 127 -
CMYK 0 0.80 0.39 0.19
HSL 328.92º 0.67% 0.49% -
HSV(B) 328.92º 0.8% 0.81% -
XYZ 30.36 16.38 21.64 -
YUV 100.44 143 204.01 -
System Red Green Blue C M Y K H S L
Decimal 207 41 127 0 0.80 0.39 0.19 328.92 0.67 0.49
Hex CF 29 7F 0 50 27 13 149 43 31
Octal 317 51 177 0 120 47 23 511 103 61
Binary 11001111 101001 1111111 0 1010000 100111 10011 101001001 1000011 110001

Color Harmonies of #CF297F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF297F

Black with #CF297F

Text Example


Text Example

White with #CF297F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF297F; }

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

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

background-color css

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

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

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

border-color css

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

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

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