Html Css Color HEX #CF297A Deep Cerise

📋 copy color: '#CF297A'

red 207 ◦ green 41 ◦ blue 122

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

Shades of Deep Cerise #CF297A

Tints of Deep Cerise #CF297A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.97%

R = 55.95%
G = 11.08%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CF297A (or 0xCF297A) is known color: Deep Cerise. HEX triplet: CF, 29 and 7A. RGB value is (207,41,122). Sum of RGB (Red+Green+Blue) = 207+41+122=370 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.95% from 370); Green value is 41 (16.41% from 255 or 11.08% from 370); Blue value is 122 (48.05% from 255 or 32.97% from 370); Max value from RGB is 207 - color contains mainly: red. Hex color #CF297A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF297A is #30D685. Grayscale: #636363. Windows color (decimal): -3200646 or 8006095. OLE color: 8006095.

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

Color convert

RGB 207 41 122 -
CMYK 0 0.80 0.41 0.19
HSL 330.72º 0.67% 0.49% -
HSV(B) 330.72º 0.8% 0.81% -
XYZ 30.04 16.26 19.97 -
YUV 99.87 140.5 204.41 -
System Red Green Blue C M Y K H S L
Decimal 207 41 122 0 0.80 0.41 0.19 330.72 0.67 0.49
Hex CF 29 7A 0 50 29 13 14B 43 31
Octal 317 51 172 0 120 51 23 513 103 61
Binary 11001111 101001 1111010 0 1010000 101001 10011 101001011 1000011 110001

Color Harmonies of #CF297A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF297A

Black with #CF297A

Text Example


Text Example

White with #CF297A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF297A; }

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

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

background-color css

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

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

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

border-color css

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

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

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