Html Css Color HEX #CF3A58 Cerise

📋 copy color: '#CF3A58'

red 207 ◦ green 58 ◦ blue 88

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

Shades of Cerise #CF3A58

Tints of Cerise #CF3A58

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.43%

 BLUE value IS 88 (34.77% from 255) = 24.93%

R = 58.64%
G = 16.43%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CF3A58 (or 0xCF3A58) is known color: Cerise. HEX triplet: CF, 3A and 58. RGB value is (207,58,88). Sum of RGB (Red+Green+Blue) = 207+58+88=353 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.64% from 353); Green value is 58 (23.05% from 255 or 16.43% from 353); Blue value is 88 (34.77% from 255 or 24.93% from 353); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3A58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3A58 is #30C5A7. Grayscale: #6A6A6A. Windows color (decimal): -3196328 or 5782223. OLE color: 5782223.

HSL color Cylindrical-coordinate representation of color #CF3A58: hue angle of 347.92º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CF3A58 is Cyan = 0, Magento = 0.72, Yellow = 0.57 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 58 88 -
CMYK 0 0.72 0.57 0.19
HSL 347.92º 0.61% 0.52% -
HSV(B) 347.92º 0.72% 0.81% -
XYZ 29.01 17 10.98 -
YUV 105.97 117.86 200.06 -
System Red Green Blue C M Y K H S L
Decimal 207 58 88 0 0.72 0.57 0.19 347.92 0.61 0.52
Hex CF 3A 58 0 48 39 13 15C 3D 34
Octal 317 72 130 0 110 71 23 534 75 64
Binary 11001111 111010 1011000 0 1001000 111001 10011 101011100 111101 110100

Color Harmonies of #CF3A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3A58

Black with #CF3A58

Text Example


Text Example

White with #CF3A58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3A58; }

 p { color: rgb(207,58,88); }

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

background-color css

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

 a { background-color: rgb(207,58,88); }

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

border-color css

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

 span { border-color: rgb(207,58,88); }

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