Html Css Color HEX #CF348E Deep Cerise

📋 copy color: '#CF348E'

red 207 ◦ green 52 ◦ blue 142

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

Shades of Deep Cerise #CF348E

Tints of Deep Cerise #CF348E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 35.41%

R = 51.62%
G = 12.97%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#CF348E (or 0xCF348E) is known color: Deep Cerise. HEX triplet: CF, 34 and 8E. RGB value is (207,52,142). Sum of RGB (Red+Green+Blue) = 207+52+142=401 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.62% from 401); Green value is 52 (20.70% from 255 or 12.97% from 401); Blue value is 142 (55.86% from 255 or 35.41% from 401); Max value from RGB is 207 - color contains mainly: red. Hex color #CF348E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF348E is #30CB71. Grayscale: #6C6C6C. Windows color (decimal): -3197810 or 9319631. OLE color: 9319631.

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

Color convert

RGB 207 52 142 -
CMYK 0 0.75 0.31 0.19
HSL 325.16º 0.62% 0.51% -
HSV(B) 325.16º 0.75% 0.81% -
XYZ 31.84 17.67 27.32 -
YUV 108.61 146.85 198.18 -
System Red Green Blue C M Y K H S L
Decimal 207 52 142 0 0.75 0.31 0.19 325.16 0.62 0.51
Hex CF 34 8E 0 4B 1F 13 145 3E 33
Octal 317 64 216 0 113 37 23 505 76 63
Binary 11001111 110100 10001110 0 1001011 11111 10011 101000101 111110 110011

Color Harmonies of #CF348E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF348E

Black with #CF348E

Text Example


Text Example

White with #CF348E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF348E; }

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

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

background-color css

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

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

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

border-color css

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

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

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