Html Css Color HEX #CF3483 Deep Cerise

📋 copy color: '#CF3483'

red 207 ◦ green 52 ◦ blue 131

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

Shades of Deep Cerise #CF3483

Tints of Deep Cerise #CF3483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 33.59%

R = 53.08%
G = 13.33%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.37

 K value IS 0.19

RGB Variations

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

Color information

#CF3483 (or 0xCF3483) is known color: Deep Cerise. HEX triplet: CF, 34 and 83. RGB value is (207,52,131). Sum of RGB (Red+Green+Blue) = 207+52+131=390 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.08% from 390); Green value is 52 (20.70% from 255 or 13.33% from 390); Blue value is 131 (51.56% from 255 or 33.59% from 390); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3483 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3483 is #30CB7C. Grayscale: #6B6B6B. Windows color (decimal): -3197821 or 8598735. OLE color: 8598735.

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

Color convert

RGB 207 52 131 -
CMYK 0 0.75 0.37 0.19
HSL 329.42º 0.62% 0.51% -
HSV(B) 329.42º 0.75% 0.81% -
XYZ 31.06 17.36 23.19 -
YUV 107.35 141.35 199.08 -
System Red Green Blue C M Y K H S L
Decimal 207 52 131 0 0.75 0.37 0.19 329.42 0.62 0.51
Hex CF 34 83 0 4B 25 13 149 3E 33
Octal 317 64 203 0 113 45 23 511 76 63
Binary 11001111 110100 10000011 0 1001011 100101 10011 101001001 111110 110011

Color Harmonies of #CF3483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3483

Black with #CF3483

Text Example


Text Example

White with #CF3483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3483; }

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

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

background-color css

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

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

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

border-color css

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

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

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