Html Css Color HEX #CF335E Cerise

📋 copy color: '#CF335E'

red 207 ◦ green 51 ◦ blue 94

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

Shades of Cerise #CF335E

Tints of Cerise #CF335E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.49%

 BLUE value IS 94 (37.11% from 255) = 26.7%

R = 58.81%
G = 14.49%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CF335E (or 0xCF335E) is known color: Cerise. HEX triplet: CF, 33 and 5E. RGB value is (207,51,94). Sum of RGB (Red+Green+Blue) = 207+51+94=352 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.81% from 352); Green value is 51 (20.31% from 255 or 14.49% from 352); Blue value is 94 (37.11% from 255 or 26.70% from 352); Max value from RGB is 207 - color contains mainly: red. Hex color #CF335E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF335E is #30CCA1. Grayscale: #666666. Windows color (decimal): -3198114 or 6173647. OLE color: 6173647.

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

Color convert

RGB 207 51 94 -
CMYK 0 0.75 0.55 0.19
HSL 343.46º 0.62% 0.51% -
HSV(B) 343.46º 0.75% 0.81% -
XYZ 28.94 16.44 12.24 -
YUV 102.55 123.18 202.5 -
System Red Green Blue C M Y K H S L
Decimal 207 51 94 0 0.75 0.55 0.19 343.46 0.62 0.51
Hex CF 33 5E 0 4B 37 13 157 3E 33
Octal 317 63 136 0 113 67 23 527 76 63
Binary 11001111 110011 1011110 0 1001011 110111 10011 101010111 111110 110011

Color Harmonies of #CF335E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF335E

Black with #CF335E

Text Example


Text Example

White with #CF335E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF335E; }

 p { color: rgb(207,51,94); }

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

background-color css

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

 a { background-color: rgb(207,51,94); }

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

border-color css

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

 span { border-color: rgb(207,51,94); }

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