Html Css Color HEX #CD267C Deep Cerise

📋 copy color: '#CD267C'

red 205 ◦ green 38 ◦ blue 124

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

Shades of Deep Cerise #CD267C

Tints of Deep Cerise #CD267C

RGB

 RED value IS 205 (80.47% from 255) = 55.86%

 GREEN value IS 38 (15.23% from 255) = 10.35%

 BLUE value IS 124 (48.83% from 255) = 33.79%

R = 55.86%
G = 10.35%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#CD267C (or 0xCD267C) is known color: Deep Cerise. HEX triplet: CD, 26 and 7C. RGB value is (205,38,124). Sum of RGB (Red+Green+Blue) = 205+38+124=367 (48% of max value = 765). Red value is 205 (80.47% from 255 or 55.86% from 367); Green value is 38 (15.23% from 255 or 10.35% from 367); Blue value is 124 (48.83% from 255 or 33.79% from 367); Max value from RGB is 205 - color contains mainly: red. Hex color #CD267C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD267C is #32D983. Grayscale: #616161. Windows color (decimal): -3332484 or 8136397. OLE color: 8136397.

HSL color Cylindrical-coordinate representation of color #CD267C: hue angle of 329.1º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CD267C is Cyan = 0, Magento = 0.81, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 38 124 -
CMYK 0 0.81 0.40 0.20
HSL 329.1º 0.69% 0.48% -
HSV(B) 329.1º 0.81% 0.8% -
XYZ 29.51 15.82 20.57 -
YUV 97.74 142.83 204.51 -
System Red Green Blue C M Y K H S L
Decimal 205 38 124 0 0.81 0.40 0.20 329.1 0.69 0.48
Hex CD 26 7C 0 51 28 14 149 45 30
Octal 315 46 174 0 121 50 24 511 105 60
Binary 11001101 100110 1111100 0 1010001 101000 10100 101001001 1000101 110000

Color Harmonies of #CD267C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD267C

Black with #CD267C

Text Example


Text Example

White with #CD267C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD267C; }

 p { color: rgb(205,38,124); }

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

background-color css

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

 a { background-color: rgb(205,38,124); }

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

border-color css

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

 span { border-color: rgb(205,38,124); }

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