Html Css Color HEX #CF349D Deep Cerise

📋 copy color: '#CF349D'

red 207 ◦ green 52 ◦ blue 157

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

Shades of Deep Cerise #CF349D

Tints of Deep Cerise #CF349D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 37.74%

R = 49.76%
G = 12.5%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.24

 K value IS 0.19

RGB Variations

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

Color information

#CF349D (or 0xCF349D) is known color: Deep Cerise. HEX triplet: CF, 34 and 9D. RGB value is (207,52,157). Sum of RGB (Red+Green+Blue) = 207+52+157=416 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.76% from 416); Green value is 52 (20.70% from 255 or 12.5% from 416); Blue value is 157 (61.72% from 255 or 37.74% from 416); Max value from RGB is 207 - color contains mainly: red. Hex color #CF349D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF349D is #30CB62. Grayscale: #6E6E6E. Windows color (decimal): -3197795 or 10302671. OLE color: 10302671.

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

Color convert

RGB 207 52 157 -
CMYK 0 0.75 0.24 0.19
HSL 319.35º 0.62% 0.51% -
HSV(B) 319.35º 0.75% 0.81% -
XYZ 33.05 18.16 33.66 -
YUV 110.32 154.35 196.96 -
System Red Green Blue C M Y K H S L
Decimal 207 52 157 0 0.75 0.24 0.19 319.35 0.62 0.51
Hex CF 34 9D 0 4B 18 13 13F 3E 33
Octal 317 64 235 0 113 30 23 477 76 63
Binary 11001111 110100 10011101 0 1001011 11000 10011 100111111 111110 110011

Color Harmonies of #CF349D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF349D

Black with #CF349D

Text Example


Text Example

White with #CF349D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF349D; }

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

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

background-color css

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

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

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

border-color css

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

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

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