Html Css Color HEX #CF346E Cerise

📋 copy color: '#CF346E'

red 207 ◦ green 52 ◦ blue 110

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

Shades of Cerise #CF346E

Tints of Cerise #CF346E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 29.81%

R = 56.1%
G = 14.09%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CF346E (or 0xCF346E) is known color: Cerise. HEX triplet: CF, 34 and 6E. RGB value is (207,52,110). Sum of RGB (Red+Green+Blue) = 207+52+110=369 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.10% from 369); Green value is 52 (20.70% from 255 or 14.09% from 369); Blue value is 110 (43.36% from 255 or 29.81% from 369); Max value from RGB is 207 - color contains mainly: red. Hex color #CF346E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF346E is #30CB91. Grayscale: #686868. Windows color (decimal): -3197842 or 7222479. OLE color: 7222479.

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

Color convert

RGB 207 52 110 -
CMYK 0 0.75 0.47 0.19
HSL 337.55º 0.62% 0.51% -
HSV(B) 337.55º 0.75% 0.81% -
XYZ 29.77 16.85 16.43 -
YUV 104.96 130.85 200.78 -
System Red Green Blue C M Y K H S L
Decimal 207 52 110 0 0.75 0.47 0.19 337.55 0.62 0.51
Hex CF 34 6E 0 4B 2F 13 152 3E 33
Octal 317 64 156 0 113 57 23 522 76 63
Binary 11001111 110100 1101110 0 1001011 101111 10011 101010010 111110 110011

Color Harmonies of #CF346E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF346E

Black with #CF346E

Text Example


Text Example

White with #CF346E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF346E; }

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

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

background-color css

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

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

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

border-color css

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

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

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