Html Css Color HEX #CF347D Deep Cerise

📋 copy color: '#CF347D'

red 207 ◦ green 52 ◦ blue 125

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

Shades of Deep Cerise #CF347D

Tints of Deep Cerise #CF347D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.55%

R = 53.91%
G = 13.54%
B = 32.55%

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

#CF347D (or 0xCF347D) is known color: Deep Cerise. HEX triplet: CF, 34 and 7D. RGB value is (207,52,125). Sum of RGB (Red+Green+Blue) = 207+52+125=384 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.91% from 384); Green value is 52 (20.70% from 255 or 13.54% from 384); Blue value is 125 (49.22% from 255 or 32.55% from 384); Max value from RGB is 207 - color contains mainly: red. Hex color #CF347D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF347D is #30CB82. Grayscale: #6A6A6A. Windows color (decimal): -3197827 or 8205519. OLE color: 8205519.

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

Color convert

RGB 207 52 125 -
CMYK 0 0.75 0.40 0.19
HSL 331.74º 0.62% 0.51% -
HSV(B) 331.74º 0.75% 0.81% -
XYZ 30.66 17.2 21.11 -
YUV 106.67 138.35 199.56 -
System Red Green Blue C M Y K H S L
Decimal 207 52 125 0 0.75 0.40 0.19 331.74 0.62 0.51
Hex CF 34 7D 0 4B 28 13 14C 3E 33
Octal 317 64 175 0 113 50 23 514 76 63
Binary 11001111 110100 1111101 0 1001011 101000 10011 101001100 111110 110011

Color Harmonies of #CF347D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF347D

Black with #CF347D

Text Example


Text Example

White with #CF347D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF347D; }

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

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

background-color css

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

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

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

border-color css

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

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

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