Html Css Color HEX #CF298B Deep Cerise

📋 copy color: '#CF298B'

red 207 ◦ green 41 ◦ blue 139

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

Shades of Deep Cerise #CF298B

Tints of Deep Cerise #CF298B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.92%

R = 53.49%
G = 10.59%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#CF298B (or 0xCF298B) is known color: Deep Cerise. HEX triplet: CF, 29 and 8B. RGB value is (207,41,139). Sum of RGB (Red+Green+Blue) = 207+41+139=387 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.49% from 387); Green value is 41 (16.41% from 255 or 10.59% from 387); Blue value is 139 (54.69% from 255 or 35.92% from 387); Max value from RGB is 207 - color contains mainly: red. Hex color #CF298B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF298B is #30D674. Grayscale: #656565. Windows color (decimal): -3200629 or 9120207. OLE color: 9120207.

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

Color convert

RGB 207 41 139 -
CMYK 0 0.80 0.33 0.19
HSL 324.58º 0.67% 0.49% -
HSV(B) 324.58º 0.8% 0.81% -
XYZ 31.19 16.72 26.01 -
YUV 101.81 149 203.03 -
System Red Green Blue C M Y K H S L
Decimal 207 41 139 0 0.80 0.33 0.19 324.58 0.67 0.49
Hex CF 29 8B 0 50 21 13 145 43 31
Octal 317 51 213 0 120 41 23 505 103 61
Binary 11001111 101001 10001011 0 1010000 100001 10011 101000101 1000011 110001

Color Harmonies of #CF298B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF298B

Black with #CF298B

Text Example


Text Example

White with #CF298B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF298B; }

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

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

background-color css

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

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

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

border-color css

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

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

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