Html Css Color HEX #CF349F Deep Cerise

📋 copy color: '#CF349F'

red 207 ◦ green 52 ◦ blue 159

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

Shades of Deep Cerise #CF349F

Tints of Deep Cerise #CF349F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.44%

 BLUE value IS 159 (62.5% from 255) = 38.04%

R = 49.52%
G = 12.44%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.23

 K value IS 0.19

RGB Variations

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

Color information

#CF349F (or 0xCF349F) is known color: Deep Cerise. HEX triplet: CF, 34 and 9F. RGB value is (207,52,159). Sum of RGB (Red+Green+Blue) = 207+52+159=418 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.52% from 418); Green value is 52 (20.70% from 255 or 12.44% from 418); Blue value is 159 (62.5% from 255 or 38.04% from 418); Max value from RGB is 207 - color contains mainly: red. Hex color #CF349F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF349F is #30CB60. Grayscale: #6E6E6E. Windows color (decimal): -3197793 or 10433743. OLE color: 10433743.

HSL color Cylindrical-coordinate representation of color #CF349F: hue angle of 318.58º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CF349F is Cyan = 0, Magento = 0.75, Yellow = 0.23 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 52 159 -
CMYK 0 0.75 0.23 0.19
HSL 318.58º 0.62% 0.51% -
HSV(B) 318.58º 0.75% 0.81% -
XYZ 33.22 18.22 34.57 -
YUV 110.54 155.35 196.8 -
System Red Green Blue C M Y K H S L
Decimal 207 52 159 0 0.75 0.23 0.19 318.58 0.62 0.51
Hex CF 34 9F 0 4B 17 13 13F 3E 33
Octal 317 64 237 0 113 27 23 477 76 63
Binary 11001111 110100 10011111 0 1001011 10111 10011 100111111 111110 110011

Color Harmonies of #CF349F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF349F

Black with #CF349F

Text Example


Text Example

White with #CF349F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF349F; }

 p { color: rgb(207,52,159); }

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

background-color css

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

 a { background-color: rgb(207,52,159); }

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

border-color css

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

 span { border-color: rgb(207,52,159); }

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