Html Css Color HEX #CA387D Deep Cerise

📋 copy color: '#CA387D'

red 202 ◦ green 56 ◦ blue 125

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

Shades of Deep Cerise #CA387D

Tints of Deep Cerise #CA387D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.62%

 BLUE value IS 125 (49.22% from 255) = 32.64%

R = 52.74%
G = 14.62%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#CA387D (or 0xCA387D) is known color: Deep Cerise. HEX triplet: CA, 38 and 7D. RGB value is (202,56,125). Sum of RGB (Red+Green+Blue) = 202+56+125=383 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.74% from 383); Green value is 56 (22.27% from 255 or 14.62% from 383); Blue value is 125 (49.22% from 255 or 32.64% from 383); Max value from RGB is 202 - color contains mainly: red. Hex color #CA387D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA387D is #35C782. Grayscale: #6B6B6B. Windows color (decimal): -3524483 or 8206538. OLE color: 8206538.

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

Color convert

RGB 202 56 125 -
CMYK 0 0.72 0.38 0.21
HSL 331.64º 0.58% 0.51% -
HSV(B) 331.64º 0.72% 0.79% -
XYZ 29.47 16.87 21.1 -
YUV 107.52 137.87 195.39 -
System Red Green Blue C M Y K H S L
Decimal 202 56 125 0 0.72 0.38 0.21 331.64 0.58 0.51
Hex CA 38 7D 0 48 26 15 14C 3A 33
Octal 312 70 175 0 110 46 25 514 72 63
Binary 11001010 111000 1111101 0 1001000 100110 10101 101001100 111010 110011

Color Harmonies of #CA387D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA387D

Black with #CA387D

Text Example


Text Example

White with #CA387D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA387D; }

 p { color: rgb(202,56,125); }

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

background-color css

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

 a { background-color: rgb(202,56,125); }

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

border-color css

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

 span { border-color: rgb(202,56,125); }

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