Html Css Color HEX #CF347C Deep Cerise

📋 copy color: '#CF347C'

red 207 ◦ green 52 ◦ blue 124

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

Shades of Deep Cerise #CF347C

Tints of Deep Cerise #CF347C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 32.38%

R = 54.05%
G = 13.58%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CF347C (or 0xCF347C) is known color: Deep Cerise. HEX triplet: CF, 34 and 7C. RGB value is (207,52,124). Sum of RGB (Red+Green+Blue) = 207+52+124=383 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.05% from 383); Green value is 52 (20.70% from 255 or 13.58% from 383); Blue value is 124 (48.83% from 255 or 32.38% from 383); Max value from RGB is 207 - color contains mainly: red. Hex color #CF347C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF347C is #30CB83. Grayscale: #6A6A6A. Windows color (decimal): -3197828 or 8139983. OLE color: 8139983.

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

Color convert

RGB 207 52 124 -
CMYK 0 0.75 0.40 0.19
HSL 332.13º 0.62% 0.51% -
HSV(B) 332.13º 0.75% 0.81% -
XYZ 30.6 17.18 20.77 -
YUV 106.55 137.85 199.65 -
System Red Green Blue C M Y K H S L
Decimal 207 52 124 0 0.75 0.40 0.19 332.13 0.62 0.51
Hex CF 34 7C 0 4B 28 13 14C 3E 33
Octal 317 64 174 0 113 50 23 514 76 63
Binary 11001111 110100 1111100 0 1001011 101000 10011 101001100 111110 110011

Color Harmonies of #CF347C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF347C

Black with #CF347C

Text Example


Text Example

White with #CF347C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF347C; }

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

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

background-color css

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

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

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

border-color css

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

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

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