Html Css Color HEX #CF347A Deep Cerise

📋 copy color: '#CF347A'

red 207 ◦ green 52 ◦ blue 122

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

Shades of Deep Cerise #CF347A

Tints of Deep Cerise #CF347A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.02%

R = 54.33%
G = 13.65%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CF347A (or 0xCF347A) is known color: Deep Cerise. HEX triplet: CF, 34 and 7A. RGB value is (207,52,122). Sum of RGB (Red+Green+Blue) = 207+52+122=381 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.33% from 381); Green value is 52 (20.70% from 255 or 13.65% from 381); Blue value is 122 (48.05% from 255 or 32.02% from 381); Max value from RGB is 207 - color contains mainly: red. Hex color #CF347A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF347A is #30CB85. Grayscale: #6A6A6A. Windows color (decimal): -3197830 or 8008911. OLE color: 8008911.

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

Color convert

RGB 207 52 122 -
CMYK 0 0.75 0.41 0.19
HSL 332.9º 0.62% 0.51% -
HSV(B) 332.9º 0.75% 0.81% -
XYZ 30.47 17.13 20.11 -
YUV 106.33 136.85 199.81 -
System Red Green Blue C M Y K H S L
Decimal 207 52 122 0 0.75 0.41 0.19 332.9 0.62 0.51
Hex CF 34 7A 0 4B 29 13 14D 3E 33
Octal 317 64 172 0 113 51 23 515 76 63
Binary 11001111 110100 1111010 0 1001011 101001 10011 101001101 111110 110011

Color Harmonies of #CF347A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF347A

Black with #CF347A

Text Example


Text Example

White with #CF347A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF347A; }

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

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

background-color css

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

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

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

border-color css

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

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

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