Html Css Color HEX #CF3682 Deep Cerise

📋 copy color: '#CF3682'

red 207 ◦ green 54 ◦ blue 130

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

Shades of Deep Cerise #CF3682

Tints of Deep Cerise #CF3682

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.81%

 BLUE value IS 130 (51.17% from 255) = 33.25%

R = 52.94%
G = 13.81%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.37

 K value IS 0.19

RGB Variations

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

Color information

#CF3682 (or 0xCF3682) is known color: Deep Cerise. HEX triplet: CF, 36 and 82. RGB value is (207,54,130). Sum of RGB (Red+Green+Blue) = 207+54+130=391 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.94% from 391); Green value is 54 (21.48% from 255 or 13.81% from 391); Blue value is 130 (51.17% from 255 or 33.25% from 391); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3682 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3682 is #30C97D. Grayscale: #6C6C6C. Windows color (decimal): -3197310 or 8533711. OLE color: 8533711.

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

Color convert

RGB 207 54 130 -
CMYK 0 0.74 0.37 0.19
HSL 330.2º 0.61% 0.51% -
HSV(B) 330.2º 0.74% 0.81% -
XYZ 31.08 17.52 22.86 -
YUV 108.41 140.19 198.32 -
System Red Green Blue C M Y K H S L
Decimal 207 54 130 0 0.74 0.37 0.19 330.2 0.61 0.51
Hex CF 36 82 0 4A 25 13 14A 3D 33
Octal 317 66 202 0 112 45 23 512 75 63
Binary 11001111 110110 10000010 0 1001010 100101 10011 101001010 111101 110011

Color Harmonies of #CF3682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3682

Black with #CF3682

Text Example


Text Example

White with #CF3682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3682; }

 p { color: rgb(207,54,130); }

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

background-color css

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

 a { background-color: rgb(207,54,130); }

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

border-color css

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

 span { border-color: rgb(207,54,130); }

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