Html Css Color HEX #CA3682 Deep Cerise

📋 copy color: '#CA3682'

red 202 ◦ green 54 ◦ blue 130

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

Shades of Deep Cerise #CA3682

Tints of Deep Cerise #CA3682

RGB

 RED value IS 202 (79.3% from 255) = 52.33%

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

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

R = 52.33%
G = 13.99%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#CA3682 (or 0xCA3682) is known color: Deep Cerise. HEX triplet: CA, 36 and 82. RGB value is (202,54,130). Sum of RGB (Red+Green+Blue) = 202+54+130=386 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.33% from 386); Green value is 54 (21.48% from 255 or 13.99% from 386); Blue value is 130 (51.17% from 255 or 33.68% from 386); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3682 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA3682 is #35C97D. Grayscale: #6A6A6A. Windows color (decimal): -3524990 or 8533706. OLE color: 8533706.

HSL color Cylindrical-coordinate representation of color #CA3682: hue angle of 329.19º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CA3682 is Cyan = 0, Magento = 0.73, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 54 130 -
CMYK 0 0.73 0.36 0.21
HSL 329.19º 0.58% 0.5% -
HSV(B) 329.19º 0.73% 0.79% -
XYZ 29.71 16.81 22.8 -
YUV 106.92 141.03 195.82 -
System Red Green Blue C M Y K H S L
Decimal 202 54 130 0 0.73 0.36 0.21 329.19 0.58 0.5
Hex CA 36 82 0 49 24 15 149 3A 32
Octal 312 66 202 0 111 44 25 511 72 62
Binary 11001010 110110 10000010 0 1001001 100100 10101 101001001 111010 110010

Color Harmonies of #CA3682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3682

Black with #CA3682

Text Example


Text Example

White with #CA3682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3682; }

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

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

background-color css

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

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

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

border-color css

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

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

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