Html Css Color HEX #CF347E Deep Cerise

📋 copy color: '#CF347E'

red 207 ◦ green 52 ◦ blue 126

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

Shades of Deep Cerise #CF347E

Tints of Deep Cerise #CF347E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 32.73%

R = 53.77%
G = 13.51%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CF347E (or 0xCF347E) is known color: Deep Cerise. HEX triplet: CF, 34 and 7E. RGB value is (207,52,126). Sum of RGB (Red+Green+Blue) = 207+52+126=385 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.77% from 385); Green value is 52 (20.70% from 255 or 13.51% from 385); Blue value is 126 (49.61% from 255 or 32.73% from 385); Max value from RGB is 207 - color contains mainly: red. Hex color #CF347E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF347E is #30CB81. Grayscale: #6A6A6A. Windows color (decimal): -3197826 or 8271055. OLE color: 8271055.

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

Color convert

RGB 207 52 126 -
CMYK 0 0.75 0.39 0.19
HSL 331.35º 0.62% 0.51% -
HSV(B) 331.35º 0.75% 0.81% -
XYZ 30.73 17.23 21.44 -
YUV 106.78 138.85 199.48 -
System Red Green Blue C M Y K H S L
Decimal 207 52 126 0 0.75 0.39 0.19 331.35 0.62 0.51
Hex CF 34 7E 0 4B 27 13 14B 3E 33
Octal 317 64 176 0 113 47 23 513 76 63
Binary 11001111 110100 1111110 0 1001011 100111 10011 101001011 111110 110011

Color Harmonies of #CF347E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF347E

Black with #CF347E

Text Example


Text Example

White with #CF347E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF347E; }

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

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

background-color css

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

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

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

border-color css

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

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

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